docs typo

This commit is contained in:
Jaye Doepke 2018-04-30 09:47:47 -05:00 committed by Kristin Laemmert
parent 3324de35b6
commit 596c7b2638
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ reference cycles are not allowed. That is, a local cannot refer to itself
or to a variable that refers (directly or indirectly) back to it.
It's recommended to group together logically-related local values into
a single block, particulary if they depend on each other. This will help
a single block, particularly if they depend on each other. This will help
the reader understand the relationships between variables. Conversely,
prefer to define _unrelated_ local values in _separate_ blocks, and consider
annotating each block with a comment describing any context common to all