Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e264577

Browse files
committed
Typo: "ariables" --> "variables"
This fixes SF bug #411118.
1 parent 2bbc697 commit e264577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/refa1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ \subsection{Definitions and rules \label{defintions}}
178178

179179
If a name is bound in a block, it is a local variable of that block.
180180
If a name is bound at the module level, it is a global variable. (The
181-
ariables of the module code block are local and global.) If a
181+
variables of the module code block are local and global.) If a
182182
variable is used in a code block but not defined there, it is a
183183
\dfn{free variable}.
184184

0 commit comments

Comments
 (0)