Skip to content

Commit

Permalink
Fix wrong description
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Sep 7, 2023
1 parent 221e52a commit e9caa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ scalar_function!(
scalar_function!(
nanvl,
Nanvl,
"Computes the MD5 hash of the argument, with the result written in hexadecimal."
"Returns x if x is not NaN otherwise returns y."
);
scalar_function!(octet_length, OctetLength, "Returns number of bytes in the string. Since this version of the function accepts type character directly, it will not strip trailing spaces.");
scalar_function!(pi, Pi);
Expand Down

0 comments on commit e9caa91

Please sign in to comment.