Skip to content

Commit c69df9f

Browse files
yuanhangrwinch
authored andcommitted
Fix javadoc typo in ReactiveAuthorizationManager
Closes gh-12978
1 parent 39cee36 commit c69df9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/security/authorization/ReactiveAuthorizationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* A reactive authorization manager which can determine if an {@link Authentication} has
2626
* access to a specific object.
2727
*
28-
* @param <T> the type of object that the authorization check is being done one.
28+
* @param <T> the type of object that the authorization check is being done on.
2929
* @author Rob Winch
3030
* @since 5.0
3131
*/

0 commit comments

Comments
 (0)