We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2166a8 commit a7c2d6fCopy full SHA for a7c2d6f
03-functions-and-variables.md
@@ -195,7 +195,7 @@ odds: 1+2*!:
195
- Variable: a name that is assigned a value.
196
- Lambda: General curly brace syntax for defining a function.
197
- progn: A block of statements which returns the value of its last statement, unless specified otherwise with `:`.
198
-- Global variable: A variable that is avaiable to the entire program, assigned with `::`.
+- Global variable: A variable that is available to the entire program, assigned with `::`.
199
- Dictionary: A noun that maps keys to values.
200
- Train: A sequence of composed verbs and their left arguments.
201
0 commit comments