Skip to content

Commit

Permalink
Fix a tiny Javadoc error on UnsignedInteger.doubleValue.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 696954874
  • Loading branch information
java-team-github-bot authored and Google Java Core Libraries committed Nov 15, 2024
1 parent 7a61ca9 commit 747dd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public float floatValue() {
}

/**
* Returns the value of this {@code UnsignedInteger} as a {@code float}, analogous to a widening
* Returns the value of this {@code UnsignedInteger} as a {@code double}, analogous to a widening
* primitive conversion from {@code int} to {@code double}, and correctly rounded.
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public float floatValue() {
}

/**
* Returns the value of this {@code UnsignedInteger} as a {@code float}, analogous to a widening
* Returns the value of this {@code UnsignedInteger} as a {@code double}, analogous to a widening
* primitive conversion from {@code int} to {@code double}, and correctly rounded.
*/
@Override
Expand Down

0 comments on commit 747dd4b

Please sign in to comment.