Skip to content

Commit

Permalink
Fix typos in FilterChainManager comments
Browse files Browse the repository at this point in the history
Fixed minor typographical errors in the Javadoc comments of FilterChainManager.
  • Loading branch information
2012160085 authored Aug 27, 2023
1 parent ae3de8b commit bf2e367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.util.function.Predicate;

/**
* This object in in charge of matching a servlet request to a set of filter, creating the filter chain for a request,
* This object is in charge of matching a servlet request to a set of filters, creating the filter chain for a request,
* and cache filter chains that were already loaded for re-use. This object should be used by the framework-specific
* implementations that use the <code>HttpServletRequest</code> and <code>HttpServletResponse</code> objects.
*
Expand Down

0 comments on commit bf2e367

Please sign in to comment.