summaryrefslogtreecommitdiffhomepage
path: root/docs/crawstr_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/crawstr_api.md')
-rw-r--r--docs/crawstr_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/crawstr_api.md b/docs/crawstr_api.md
index 97804e23..7d663a04 100644
--- a/docs/crawstr_api.md
+++ b/docs/crawstr_api.md
@@ -85,7 +85,7 @@ int main(void)
printf("%s\n", rs.str);
c_foreach (i, crawstr, rs)
- printf("%.*s ", c_SV(i.u8.chr));
+ printf("%.*s ", c_SV(i.chr));
puts("");
cstr str = cstr_toupper_sv(crawstr_sv(rs));