We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0ddc1 commit a8a5605Copy full SHA for a8a5605
src/browser/url/url.zig
@@ -48,7 +48,7 @@ pub const Interfaces = .{
48
// allocatorate data, I should be able to retrieve the scheme + the following `:`
49
// from rawuri.
50
//
51
-// 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
52
// parser including the characters we want for the web API.
53
pub const URL = struct {
54
uri: std.Uri,
0 commit comments