Skip to content

Commit

Permalink
resolving a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed May 10, 2022
1 parent ebb1abd commit b94782d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,10 +763,10 @@ default Optional<SamPairUtil.PairOrientation> getPairOrientation() {
Integer getAttributeAsInteger( final String attributeName );

/**
* Retrieve the value of a particular attribute typed as an floatingpoint value.
* Retrieve the value of a particular attribute typed as a floating point value.
*
* @param attributeName name of the attribute to retrieve
* @return integer value of the requested attribute, or {@code null} if the attribute is not present
* @return float value of the requested attribute, or {@code null} if the attribute is not present
* @throws GATKException.ReadAttributeTypeMismatch if the attribute
* value cannot be typed as a float
*/
Expand Down

0 comments on commit b94782d

Please sign in to comment.