From e7b0b8a3c66e096d361aa49be1b953aa7eb0506d Mon Sep 17 00:00:00 2001 From: kevinhwang91 Date: Thu, 28 Apr 2022 16:55:58 +0800 Subject: fix(template): remove trailing-space --- locale/en-us/meta.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale') diff --git a/locale/en-us/meta.lua b/locale/en-us/meta.lua index 09612d76..8e4a2fb1 100644 --- a/locale/en-us/meta.lua +++ b/locale/en-us/meta.lua @@ -135,7 +135,7 @@ select = '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.' setfenv = -'Sets the environment to be used by the given function. ' +'Sets the environment to be used by the given function.' setmetatable = [[ @@ -653,7 +653,7 @@ string.format = 'Returns a formatted version of its variable number of arguments following the description given in its first argument.' string.gmatch = [[ -Returns an iterator function that, each time it is called, returns the next captures from `pattern` (see §6.4.1) over the string s. +Returns an iterator function that, each time it is called, returns the next captures from `pattern` (see §6.4.1) over the string s. As an example, the following loop will iterate over all the words from string s, printing one per line: ```lua -- cgit v1.2.3