diff options
Diffstat (limited to 'docs/content/en/functions/strings/ToLower.md')
-rw-r--r-- | docs/content/en/functions/strings/ToLower.md | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/content/en/functions/strings/ToLower.md b/docs/content/en/functions/strings/ToLower.md index 3da047ae4..c329b5e55 100644 --- a/docs/content/en/functions/strings/ToLower.md +++ b/docs/content/en/functions/strings/ToLower.md @@ -3,14 +3,11 @@ title: strings.ToLower description: Returns the given string, converting all characters to lowercase. categories: [] keywords: [] -action: - aliases: [lower] - related: - - functions/strings/FirstUpper - - functions/strings/Title - - functions/strings/ToUpper - returnType: string - signatures: [strings.ToLower INPUT] +params: + functions_and_methods: + aliases: [lower] + returnType: string + signatures: [strings.ToLower INPUT] aliases: [/functions/lower] --- |