From 147447489f5e3f4bff9c61a5bec9fb13c52b8db5 Mon Sep 17 00:00:00 2001 From: Alexey Ryabov Date: Thu, 5 Jun 2025 00:32:40 +0500 Subject: [PATCH] Update description of utf8.validate func --- libstr.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/libstr.asm b/libstr.asm index 35e2fc1..6ab2417 100644 --- a/libstr.asm +++ b/libstr.asm @@ -71,7 +71,6 @@ proc str.utf8.validate _string ; Validates a UTF-8 encoded string and return its size in bytes ; ; > _string = pointer to utf-8 coded Unicode string -; > _max = upper limit on the returned string length ; ; < eax = size in bytes push esi edi