aboutsummaryrefslogtreecommitdiff
path: root/std/str.c
diff options
context:
space:
mode:
Diffstat (limited to 'std/str.c')
-rw-r--r--std/str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/str.c b/std/str.c
index a0e4edd..29b94db 100644
--- a/std/str.c
+++ b/std/str.c
@@ -32,5 +32,5 @@ UwUVMValue uwu_cat(UwUVMArgs *args)
UwUVMValue uwu_is(UwUVMArgs *args)
{
- return uwuutil_is_type(":str:is", args, &uwustr_type);
+ return uwuutil_is_type("str.is", args, &uwustr_type);
}