From a8a5605fe18fd01e85d61afd49be2bb8e74a2b27 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 13 Jun 2025 19:16:54 +0200 Subject: [PATCH] typo fix --- src/browser/url/url.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/url/url.zig b/src/browser/url/url.zig index 9ec1e04b..6d31d3c5 100644 --- a/src/browser/url/url.zig +++ b/src/browser/url/url.zig @@ -48,7 +48,7 @@ pub const Interfaces = .{ // allocatorate data, I should be able to retrieve the scheme + the following `:` // from rawuri. // -// 2. The other way would bu to copy the `std.Uri` code to ahve a dedicated +// 2. The other way would be to copy the `std.Uri` code to have a dedicated // parser including the characters we want for the web API. pub const URL = struct { uri: std.Uri,