Skip to content

Commit 20b0156

Browse files
committed
Merge branch '6.0.x'
Closes gh-12984
2 parents fb3ed72 + 9c3f91a commit 20b0156

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)