diff options
Diffstat (limited to 'runtime/doc/usr_52.txt')
-rw-r--r-- | runtime/doc/usr_52.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_52.txt b/runtime/doc/usr_52.txt index 2c3e13be3..41d0832ae 100644 --- a/runtime/doc/usr_52.txt +++ b/runtime/doc/usr_52.txt @@ -183,7 +183,7 @@ it a bit simpler. The idea is that you call a function with a special name. That function is then in an autoload script. We will call that one script a library script. -The autoload mechanism is based on a funtion name that has "#" characters: > +The autoload mechanism is based on a function name that has "#" characters: > mylib#myfunction(arg) |