Skip to content

Commit 2671971

Browse files
author
nicolaiparlog
committed
Fixed a typo in 'ListenerHandleBuilder'.
1 parent 1759feb commit 2671971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codefx/libfx/listener/handle/ListenerHandleBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* with the observable and listener specified during construction.
1919
* <p>
2020
* The {@link ListenerHandle} returned by this builder is not yet attached, i.e. it does not initially call the
21-
* functions give to {@code onAttach} or {@code onDetach}.
21+
* functions given to {@code onAttach} or {@code onDetach}.
2222
* <p>
2323
* <h2>Example</h2> A typical use looks like this:
2424
*

0 commit comments

Comments
 (0)