Fix typo in BindHandler#onFinish javadoc

See gh-19492
This commit is contained in:
Zekariyas
2019-12-30 19:00:05 -08:00
committed by Stephane Nicoll
parent 4f237ccda6
commit f005fffbc3

View File

@@ -78,7 +78,7 @@ public interface BindHandler {
/**
* Called when binding finishes with either bound or unbound result. This method will
* not be called when binding failed, even if a handler rurns a result from
* not be called when binding failed, even if a handler returns a result from
* {@link #onFailure}.
* @param name the name of the element being bound
* @param target the item being bound