Skip to content

Commit

Permalink
Revert "Fix wrong description"
Browse files Browse the repository at this point in the history
This reverts commit e9caa91.
  • Loading branch information
viirya committed Sep 7, 2023
1 parent e9caa91 commit 7361a93
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,
"Returns x if x is not NaN otherwise returns y."
"Computes the MD5 hash of the argument, with the result written in hexadecimal."
);
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 7361a93

Please sign in to comment.