Skip to content

Commit e986236

Browse files
authored
Update Expression-functions.md
1 parent e7b79c1 commit e986236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/Expression-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You may use functions in an expression. The following functions are defined by t
4444
* `utf8(str)` : A UTF-8 string.
4545
* `utf16(str)` : A UTF-16 string.
4646
* `strstr(str1, str2)` : Find a substring. For example, `strstr(utf8(addr), "abc")`.
47-
* `streq(str1, str2)` : Compare two strings. For example, `strcmp(utf8(addr), "abc")`.
47+
* `streq(str1, str2)` : Compare two strings. For example, `streq(utf8(addr), "abc")`.
4848

4949
## Memory
5050

0 commit comments

Comments
 (0)