Skip to content

Commit 02cc257

Browse files
ashtrayozparamat
authored andcommittedDec 10, 2017
Lua_api.txt: Fix a spelling error
1 parent 419799b commit 02cc257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/lua_api.txt

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

0 commit comments

Comments
 (0)
Please sign in to comment.