Skip to content

Commit 2f5a60e

Browse files
authored
Update ada_c.h
1 parent 8cc7eb9 commit 2f5a60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ada_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ typedef struct {
3838

3939
typedef void* ada_url;
4040

41-
// input should be a null terminated C string
41+
// input should be a null terminated C string (ASCII or UTF-8)
4242
// you must call ada_free on the returned pointer
4343
ada_url ada_parse(const char* input, size_t length);
4444
ada_url ada_parse_with_base(const char* input, size_t input_length,

0 commit comments

Comments
 (0)