Update description of utf8.validate func

This commit is contained in:
2025-06-05 00:32:40 +05:00
parent 3e78fee21c
commit 147447489f

View File

@@ -71,7 +71,6 @@ proc str.utf8.validate _string
; Validates a UTF-8 encoded string and return its size in bytes ; Validates a UTF-8 encoded string and return its size in bytes
; ;
; > _string = pointer to utf-8 coded Unicode string ; > _string = pointer to utf-8 coded Unicode string
; > _max = upper limit on the returned string length
; ;
; < eax = size in bytes ; < eax = size in bytes
push esi edi push esi edi