diff options
Diffstat (limited to 'docs/comm/the-beast/renamer.html')
-rw-r--r-- | docs/comm/the-beast/renamer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/comm/the-beast/renamer.html b/docs/comm/the-beast/renamer.html index 828b569bb9..878e82b370 100644 --- a/docs/comm/the-beast/renamer.html +++ b/docs/comm/the-beast/renamer.html @@ -194,7 +194,7 @@ data Provenance <code>RdrName</code> environment, which contains <code>Name</code>s for all imported <em>and</em> all locally defined toplevel binders. Hence, when the helpers of <code>rnSrcDecls</code> come across the - <em>defining</em> occurences of a toplevel <code>RdrName</code>, they + <em>defining</em> occurrences of a toplevel <code>RdrName</code>, they don't rename it by generating a new name, but they simply look up its name in the global <code>RdrName</code> environment. </p> |