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 3f7e98c commit 4d9053aCopy full SHA for 4d9053a
src/url.zig
@@ -118,7 +118,7 @@ pub const URL = struct {
118
return base;
119
}
120
121
- // Quick hack becauste domains have to be at least 3 characters.
+ // Quick hack because domains have to be at least 3 characters.
122
// Given https://a.b this will point to 'a'
123
// Given http://a.b this will point '.'
124
// Either way, we just care about this value to find the start of the path
0 commit comments