We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffb5c5 commit 8f11127Copy full SHA for 8f11127
library/std/src/time.rs
@@ -159,7 +159,7 @@ pub struct Instant(time::Instant);
159
/// | CloudABI | [clock_time_get (Realtime Clock)] |
160
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
161
/// | UNIX | [clock_gettime (Realtime Clock)] |
162
-/// | DARWIN | [gettimeofday] |
+/// | Darwin | [gettimeofday] |
163
/// | VXWorks | [clock_gettime (Realtime Clock)] |
164
/// | WASI | [__wasi_clock_time_get (Realtime Clock)] |
165
/// | Windows | [GetSystemTimePreciseAsFileTime] / [GetSystemTimeAsFileTime] |
0 commit comments