Skip to content

Commit

Permalink
Fix typo in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
imagejan authored and tpietzsch committed Nov 28, 2022
1 parent 3b3a7f7 commit 078f5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/imglib2/RealCursor.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ default RealCursor< T > copyCursor()
/**
* Default implementation, calls {@link #fwd()} then {@link #get()}.
* <p>
* Note, that {@code hasNext()} is not checked before {@codw fwd()}.
* Note, that {@code hasNext()} is not checked before {@code fwd()}.
* If such a check is desired it should be implemented in {@code fwd()}
* (throwing {@code NoSuchElementException}).
*/
Expand Down

0 comments on commit 078f5af

Please sign in to comment.