Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow up of #7707. This PR fixes the following build error. ```console git diff --quiet manual GIT_PAGER=cat git diff manual diff --git a/manual/cops_naming.md b/manual/cops_naming.md index 61b06e6e5..e0122b5eb 100644 --- a/manual/cops_naming.md +++ b/manual/cops_naming.md @@ -350,7 +350,7 @@ This cop can be configured with the EnforcedStyleForLeadingUnderscores directive. It can be configured to allow for memoized instance variables prefixed with an underscore. Prefixing ivars with an underscore is a convention that is used to implicitly indicate that an ivar should not -be set or referenced outside of the memoization method. +be set or referencd outside of the memoization method. ### Examples The manual directory is out of sync. Run `rake generate_cops_documentation` and commit the results. Exited with code exit status 1 ``` https://circleci.com/gh/rubocop-hq/rubocop/85583
- Loading branch information