From 878bfa94cb95023a4209c6b31d57adadfa4105c8 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Sat, 28 Aug 2021 12:39:13 -0700 Subject: [PATCH] Typo funcions -> functions --- doc_src/language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/language.rst b/doc_src/language.rst index 4e888f6e1..7110739c3 100644 --- a/doc_src/language.rst +++ b/doc_src/language.rst @@ -892,7 +892,7 @@ Example: There are a few possible uses for different scopes. -Typically inside funcions you should use local scope:: +Typically inside functions you should use local scope:: function something set -l file /path/to/my/file