Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hmkemppainen authored Mar 18, 2024
1 parent f2166a8 commit a7c2d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-functions-and-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ odds: 1+2*!:
- Variable: a name that is assigned a value.
- Lambda: General curly brace syntax for defining a function.
- progn: A block of statements which returns the value of its last statement, unless specified otherwise with `:`.
- 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 `::`.
- Dictionary: A noun that maps keys to values.
- Train: A sequence of composed verbs and their left arguments.

Expand Down

0 comments on commit a7c2d6f

Please sign in to comment.