Skip to content

Commit 6e924f8

Browse files
committed
Missing words
1 parent 5766f49 commit 6e924f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tool/sdg/src/main/java/org/openscience/cdk/layout/StructureDiagramGenerator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@
8787
* <pre>
8888
* new StructureDiagramGenerator().generateCoordinates(molecule);
8989
* </pre>
90-
* The older versions of the API using the following a set/generate/get idiom
91-
* but this performs an unnecessary (in most cases) copy.
90+
* The older versions of the API suggested using the following a
91+
* set/generate/get idiom but this performs an unnecessary (in most cases) copy.
9292
* <pre>
9393
* StructureDiagramGenerator sdg = new StructureDiagramGenerator();
9494
* sdg.setMolecule(molecule); // cloned!
9595
* sdg.generateCoordinates();
9696
* molecule = sdg.getMolecule();
9797
* </pre>
9898
* This idiom only needs to be used when 'fixing' parts of an existing
99-
* layout: {@link #setMolecule(IAtomContainer, boolean, Set, Set)}
99+
* layout with {@link #setMolecule(IAtomContainer, boolean, Set, Set)}
100100
* <br/>
101101
*
102102
* @author steinbeck

0 commit comments

Comments
 (0)