A set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.
This PR fixes various typos I spotted in the documentation.
I tried to regenerate the docs using ldoc (version 1.4.6). However I realized that not only typos were changed, but also the format of some links, ... . Therefore, I'm leaving regeneration of docs up to you, feel free to push doc changes on my branch fix-typos.
This PR fixes various typos I spotted in the documentation.
I tried to regenerate the docs using
ldoc
(version 1.4.6). However I realized that not only typos were changed, but also the format of some links, ... . Therefore, I'm leaving regeneration of docs up to you, feel free to push doc changes on my branchfix-typos
.