Skip to content

Commit af6282f

Browse files
committed
Fix table of syscalls in docs of std::time::Instant.
1 parent 1b117d7 commit af6282f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/time.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub use core::time::Duration;
6565
///
6666
/// | Platform | System call |
6767
/// |:---------:|:--------------------------------------------------------------------:|
68-
/// | Cloud ABI | [clock_time_get (Monotonic Clock)] |
68+
/// | CloudABI | [clock_time_get (Monotonic Clock)] |
6969
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
7070
/// | UNIX | [clock_gettime (Monotonic Clock)] |
7171
/// | Darwin | [mach_absolute_time] |
@@ -79,7 +79,7 @@ pub use core::time::Duration;
7979
/// [__wasi_clock_time_get (Monotonic Clock)]: https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get
8080
/// [clock_gettime (Monotonic Clock)]: https://linux.die.net/man/3/clock_gettime
8181
/// [mach_absolute_time]: https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/services/services.html
82-
/// [clock_time_get (Monotonic Clock)]: https://github.com/NuxiNL/cloudabi/blob/master/cloudabi.txt
82+
/// [clock_time_get (Monotonic Clock)]: https://nuxi.nl/cloudabi/#clock_time_get
8383
///
8484
/// **Disclaimer:** These system calls might change over time.
8585
///

0 commit comments

Comments
 (0)