Skip to content

Commit

Permalink
fix(extension): fix typo in scalar function argument type (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth authored Feb 21, 2023
1 parent 7b981ad commit 7d7ddf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/functions_string.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ scalar_functions:
- value: i32
name: "length"
description: "The length of the output string."
- value: "varchar<1>"
- value: "varchar<L1>"
name: "character"
description: "The character to use for padding."
options:
Expand Down

0 comments on commit 7d7ddf1

Please sign in to comment.