Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fd5f7 commit 292724dCopy full SHA for 292724d
1 file changed
Doc/ref/ref4.tex
@@ -32,7 +32,7 @@ \section{Naming and binding \label{naming}}
32
completed.
33
34
A \dfn{scope}\index{scope} defines the visibility of a name within a
35
-block. If a local variable is defined in a block, it's scope includes
+block. If a local variable is defined in a block, its scope includes
36
that block. If the definition occurs in a function block, the scope
37
extends to any blocks contained within the defining one, unless a
38
contained block introduces a different binding for the name. The
0 commit comments