Skip to content

Fix typo and change word to better describe behavior (IMO) #816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -702,12 +702,12 @@ private String getTrimmedPoppedStateContents(State state) {
* ability to completely ignore the original contents of the section, to
* prepend text to it, and append text to it. Intercepting functions are
* expected to have a reference to the {@code CodeWriter} and to mutate it
* when they are invoked. Each interceptor is invoked it their own
* when they are invoked. Each interceptor is invoked in their own
* isolated pushed/popped states.
*
* <p>Interceptors are registered on the current state of the
* {@code CodeWriter}. When the state to which an interceptor is registered
* is popped, the interceptor is no longer in effect.
* is popped, the interceptor is no longer in scope.
*
* <p>The text provided to the intercepting function does not contain
* a trailing new line. A trailing new line will be injected automatically
Expand Down