@@ -874,9 +874,9 @@ void DefaultUdfLibrary::InitStringUdf() {
874874 @endcode
875875
876876 @param str
877- @param pos define the begining of the substring.
877+ @param pos define the beginning of the substring.
878878
879- - If `pos` is positive, the begining of the substring is `pos` charactors from the start of string.
879+ - If `pos` is positive, the beginning of the substring is `pos` characters from the start of string.
880880 - If `pos` is negative, the beginning of the substring is `pos` characters from the end of the string, rather than the beginning.
881881
882882 @since 0.1.0)" );
@@ -900,9 +900,9 @@ void DefaultUdfLibrary::InitStringUdf() {
900900 @endcode
901901
902902 @param str
903- @param pos: define the begining of the substring.
903+ @param pos: define the beginning of the substring.
904904
905- - If `pos` is positive, the begining of the substring is `pos` charactors from the start of string.
905+ - If `pos` is positive, the beginning of the substring is `pos` characters from the start of string.
906906 - If `pos` is negative, the beginning of the substring is `pos` characters from the end of the string, rather than the beginning.
907907
908908 @param len length of substring. If len is less than 1, the result is the empty string.
@@ -947,8 +947,8 @@ void DefaultUdfLibrary::InitStringUdf() {
947947
948948 @param substr
949949 @param str
950- @param pos: define the begining search position of the str.
951- - Negetive value is illegal and will return 0 directly;
950+ @param pos: define the beginning search position of the str.
951+ - Negative value is illegal and will return 0 directly;
952952 - If substr is "" and pos less equal len(str) + 1, return pos, other case return 0;
953953 )" );
954954
0 commit comments