diff options
Diffstat (limited to 'clang/docs/BlockLanguageSpec.rst')
| -rw-r--r-- | clang/docs/BlockLanguageSpec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/BlockLanguageSpec.rst b/clang/docs/BlockLanguageSpec.rst index 3632d56..0c3a000 100644 --- a/clang/docs/BlockLanguageSpec.rst +++ b/clang/docs/BlockLanguageSpec.rst @@ -279,7 +279,7 @@ copy. The net effect is that instance variables can be mutated. The :block-term:`Block_copy` operator retains all objects held in variables of automatic storage referenced within the Block expression -(or form strong references if running under garbage collection). +(or forms strong references if running under garbage collection). Object variables of ``__block`` storage type are assumed to hold normal pointers with no provision for retain and release messages. |
