Page 1 of 1

Found a typo

PostPosted: Sat Sep 19, 2015 21:43
by kaadmy
I don't know if this belongs here, but I've found a typo in the lua_api.txt on line 2437.
It says
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
### `NoteTimerRef`

which is a typo, because other places mention it as NodeTimerRef, which makes more sense.

Re: Found a typo

PostPosted: Mon Sep 21, 2015 17:33
by est31
Thanks, I've pushed a commit that fixes the typo: https://github.com/minetest/minetest/co ... 961a8150c9
As you are asking whether this is a good place: yes it is, but the best way would probably have been a github pull request or issue report, this ensures that devs see it.

Re: Found a typo

PostPosted: Mon Sep 21, 2015 19:29
by kaadmy
est31 wrote:but the best way would probably have been a github pull request or issue report, this ensures that devs see it.

Thanks, i'll do that next time.