lunarmodules / Penlight

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.
https://lunarmodules.github.io/Penlight/
MIT License
1.93k stars 241 forks source link

docs: Fix typos #462

Closed deining closed 9 months ago

deining commented 9 months ago

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.

Tieske commented 9 months ago

thx. No need to render the docs. That's only done on a release.