mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-10 18:09:32 +00:00
typo(time.odin): "nanonseconds" -> "nanoseconds"
This commit is contained in:
@@ -65,7 +65,7 @@ Capable of representing any time within the following range:
|
||||
- `max: 2262-04-11 23:47:16.854775807 +0000 UTC`
|
||||
*/
|
||||
Time :: struct {
|
||||
_nsec: i64, // Measured in UNIX nanonseconds
|
||||
_nsec: i64, // Measured in UNIX nanoseconds
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user