abs-lang / abs

Home of the ABS programming language: the joy of shell scripting.
https://www.abs-lang.org
MIT License
516 stars 35 forks source link

docs) wrong function name, fixed #463

Closed s5unty closed 2 years ago

s5unty commented 2 years ago

The file encoding format is not uniform, not sure if there is a problem

% file docs/src/docs/types/*
docs/src/docs/types/array.md:            ASCII text
docs/src/docs/types/builtin-function.md: UTF-8 Unicode text
docs/src/docs/types/decorator.md:        UTF-8 Unicode text
docs/src/docs/types/function.md:         UTF-8 Unicode text
docs/src/docs/types/hash.md:             ASCII text
docs/src/docs/types/number.md:           ASCII text
docs/src/docs/types/string.md:           UTF-8 Unicode text
odino commented 2 years ago

Thanks!