From 13eb4662769050137342b247d222980e9166ea7b Mon Sep 17 00:00:00 2001 From: Richard Tia Date: Mon, 25 Jul 2022 11:58:07 -0700 Subject: [PATCH] refactor: fix grammar/description --- extensions/functions_string.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/functions_string.yaml b/extensions/functions_string.yaml index 970856357..fb5394150 100644 --- a/extensions/functions_string.yaml +++ b/extensions/functions_string.yaml @@ -195,7 +195,7 @@ scalar_functions: return: i64 - name: count_substring - description: Returns the number of times a substring occurs in an input string. + description: Return the number of non-overlapping occurrences of a substring in an input string. impls: - args: - value: "string" @@ -223,7 +223,7 @@ scalar_functions: return: i64 - name: replace description: >- - Replace all occurrence of the substring with the replacement string. + Replace all occurrences of the substring with the replacement string. impls: - args: - value: "string"