Skip to content

Commit a7c2d6f

Browse files
authored
fix typo
1 parent f2166a8 commit a7c2d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-functions-and-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ odds: 1+2*!:
195195
- Variable: a name that is assigned a value.
196196
- Lambda: General curly brace syntax for defining a function.
197197
- 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 `::`.
198+
- Global variable: A variable that is available to the entire program, assigned with `::`.
199199
- Dictionary: A noun that maps keys to values.
200200
- Train: A sequence of composed verbs and their left arguments.
201201

0 commit comments

Comments
 (0)