Skip to content

Commit e7b0b8a

Browse files
kevinhwang91sumneko
authored andcommitted
fix(template): remove trailing-space
1 parent 0441ef0 commit e7b0b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/en-us/meta.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ select =
135135
'If `index` is a number, returns all arguments after argument number `index`; a negative number indexes from the end (`-1` is the last argument). Otherwise, `index` must be the string `"#"`, and `select` returns the total number of extra arguments it received.'
136136

137137
setfenv =
138-
'Sets the environment to be used by the given function. '
138+
'Sets the environment to be used by the given function.'
139139

140140
setmetatable =
141141
[[
@@ -653,7 +653,7 @@ string.format =
653653
'Returns a formatted version of its variable number of arguments following the description given in its first argument.'
654654
string.gmatch =
655655
[[
656-
Returns an iterator function that, each time it is called, returns the next captures from `pattern` (see §6.4.1) over the string s.
656+
Returns an iterator function that, each time it is called, returns the next captures from `pattern` (see §6.4.1) over the string s.
657657
658658
As an example, the following loop will iterate over all the words from string s, printing one per line:
659659
```lua

0 commit comments

Comments
 (0)