Skip to content

Commit 4d9053a

Browse files
Update src/url.zig
Co-authored-by: Sjors <[email protected]>
1 parent 3f7e98c commit 4d9053a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/url.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub const URL = struct {
118118
return base;
119119
}
120120

121-
// Quick hack becauste domains have to be at least 3 characters.
121+
// Quick hack because domains have to be at least 3 characters.
122122
// Given https://a.b this will point to 'a'
123123
// Given http://a.b this will point '.'
124124
// Either way, we just care about this value to find the start of the path

0 commit comments

Comments
 (0)