diff --git a/url.zig b/url.zig index f971cbe221fcfe9c73528609e1e9ee79ffcc816e..6b57ccda456a9ec226f41ca8a185170979af59c5 100644 --- a/url.zig +++ b/url.zig @@ -1151,7 +1151,7 @@ pub const SearchParams = struct { return list.toOwnedSlice(); } - fn IteratorFor(comptime field: string) type { + pub fn IteratorFor(comptime field: string) type { return struct { raw: RawIterator,