From e986236b0e2da71f8a70ca59bc7407e0d3afb7ca Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Tue, 5 Oct 2021 10:31:41 +0200 Subject: [PATCH] Update Expression-functions.md --- introduction/Expression-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction/Expression-functions.md b/introduction/Expression-functions.md index a948a5b..47c4115 100644 --- a/introduction/Expression-functions.md +++ b/introduction/Expression-functions.md @@ -44,7 +44,7 @@ You may use functions in an expression. The following functions are defined by t * `utf8(str)` : A UTF-8 string. * `utf16(str)` : A UTF-16 string. * `strstr(str1, str2)` : Find a substring. For example, `strstr(utf8(addr), "abc")`. -* `streq(str1, str2)` : Compare two strings. For example, `strcmp(utf8(addr), "abc")`. +* `streq(str1, str2)` : Compare two strings. For example, `streq(utf8(addr), "abc")`. ## Memory