mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: fix dependant
->dependent
typos, cleanup comments
This commit is contained in:
@ -3,7 +3,7 @@ module time
|
||||
// parse returns time from a date string.
|
||||
//
|
||||
// TODO(playX): JS Date expects iso8061 format of strings and other formats
|
||||
// are implementation dependant, we probably want to implement parsing in JS.
|
||||
// are implementation dependent, we probably want to implement parsing in JS.
|
||||
pub fn parse(s string) Time {
|
||||
mut res := Time{}
|
||||
#let date = new Date(s.str)
|
||||
|
Reference in New Issue
Block a user