Skip to content

Commit

Permalink
fix documentatin to correctly report return code options
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawwave committed Feb 3, 2024
1 parent 469758e commit 2acdec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AwFmIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ uint64_t *awFmFindDatabaseHitPositions(const struct AwFmIndex *_RESTRICT_ const
*
* Returns:
* AwFmReturnCode detailing the result of the read attempt. Possible return values:
* AwFmFileReadOkay on success,
* AwFmSuccess on success,
* AwFmIllegalPositionError if the globalPosition is greater than the length of the index.
* AwFmUnsupportedVersionError if the version of the AwFmIndex does not support FastaVector.
*/
Expand Down

0 comments on commit 2acdec8

Please sign in to comment.