Yonaba / Moses

Utility library for functional programming in Lua

Home Page:http://yonaba.github.io/Moses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two small spelling mistakes in the tutorials

RussellHaley opened this issue · comments

Two small spelling mistakes in the tutorials:
https://github.com/Yonaba/Moses/blob/master/doc/tutorial.md

pluck (t, property)
Fetches all values indxed with specific key in a table of objects.
indxed ->indexed

constant (value)
Creates a constant function. This function will constinuously yield the same output.
constinuously -> continuously

Cheers,
Russ

Much thanks, @RussellHaley !