Skip to content

Commit

Permalink
fix grammar/description
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jul 25, 2022
1 parent e3a6424 commit 3dd34eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/functions_string.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3dd34eb

Please sign in to comment.