Skip to content

Commit b0dadb0

Browse files
committed
Correct JavaDoc typo
1 parent ccf468a commit b0dadb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/lmdbjava/CursorIterable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
/**
3636
* {@link Iterable} that creates a single {@link Iterator} that will iterate
37-
* over a {@link Cursor}as specified by a {@link KeyRange}.
37+
* over a {@link Cursor} as specified by a {@link KeyRange}.
3838
*
3939
* <p>
4040
* An instance will create and close its own cursor.

0 commit comments

Comments
 (0)