From a7c2d6f035403298cedacd5f55d2f636db28e9a5 Mon Sep 17 00:00:00 2001 From: hmkemppainen Date: Mon, 18 Mar 2024 23:00:08 +0200 Subject: [PATCH] fix typo --- 03-functions-and-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-functions-and-variables.md b/03-functions-and-variables.md index beaa8b5..6bda0bf 100644 --- a/03-functions-and-variables.md +++ b/03-functions-and-variables.md @@ -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.