Lua_api.txt: Fix a spelling error

master
ashtrayoz 2017-12-10 23:56:01 +11:00 committed by paramat
parent 419799b831
commit 02cc257fe0
1 changed files with 1 additions and 1 deletions

View File

@ -2382,7 +2382,7 @@ Strings that need to be translated can contain several escapes, preceded by `@`.
when translation. Due to how translations are implemented, the original translation string **must** have
its arguments in increasing order, without gaps or repetitions, starting from 1.
* `@=` acts as a literal `=`. It is not required in strings given to `minetest.translate`, but is in translation
files to avoid begin confused with the `=` separating the original from the translation.
files to avoid being confused with the `=` separating the original from the translation.
* `@\n` (where the `\n` is a literal newline) acts as a literal newline. As with `@=`, this escape is not required
in strings given to `minetest.translate`, but is in translation files.
* `@n` acts as a literal newline as well.