mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net: fix typos (#18164)
This commit is contained in:
@ -415,7 +415,7 @@ fn get_scheme(rawurl string) !string {
|
||||
return split[0]
|
||||
}
|
||||
|
||||
// split slices s into two substrings separated by the first occurence of
|
||||
// split slices s into two substrings separated by the first occurrence of
|
||||
// sep. If cutc is true then sep is included with the second substring.
|
||||
// If sep does not occur in s then s and the empty string is returned.
|
||||
fn split(s string, sep u8, cutc bool) (string, string) {
|
||||
|
Reference in New Issue
Block a user