Skip to content

Commit 3ec5e8c

Browse files
committed
Remove incorrect statement from doc.
1 parent 82cb4f8 commit 3ec5e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

descriptor/fingerprint/src/main/java/org/openscience/cdk/fingerprint/ShortestPathFingerprinter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
/**
4848
* Generates a fingerprint for a given {@link IAtomContainer}. Fingerprints are one-dimensional bit arrays, where bits
4949
* are set according to a the occurrence of a particular structural feature (See for example the Daylight inc. theory
50-
* manual for more information). Fingerprints allow for a fast screening step to exclude candidates for a substructure
51-
* search in a database. They are also a means for determining the similarity of chemical structures.
50+
* manual for more information). Fingerprints are a means for determining the similarity of chemical structures,
51+
* some fingerprints (not this one) allow database pre-screening for substructure searches.
5252
5353
* <pre>
5454
*

0 commit comments

Comments
 (0)