File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 71
71
//!
72
72
//! This library can be built for WASM targets, but in this case the resolution and accuracy of
73
73
//! measurements can be limited by the WASM environment. In particular, when running on the
74
- //! `wasm32-unknown-unknown` target in browsers, `quanta` will use [windows .performance.now] as a
74
+ //! `wasm32-unknown-unknown` target in browsers, `quanta` will use [window .performance.now] as a
75
75
//! clock. This mean the accuracy is limited to milliseconds instead of the usual nanoseconds on
76
76
//! other targets. When running within a WASI environment (target `wasm32-wasi`), the accuracy of
77
77
//! the clock depends on the VM implementation.
135
135
//! [mach_absolute_time]: https://developer.apple.com/documentation/kernel/1462446-mach_absolute_time
136
136
//! [clock_gettime]: https://linux.die.net/man/3/clock_gettime
137
137
//! [prost_types_timestamp]: https://docs.rs/prost-types/0.7.0/prost_types/struct.Timestamp.html
138
- //! [windows .performance.now]: https://developer.mozilla.org/en-US/docs/Web/API/Performance/now
138
+ //! [window .performance.now]: https://developer.mozilla.org/en-US/docs/Web/API/Performance/now
139
139
#![ deny( missing_docs) ]
140
140
#![ deny( clippy:: all) ]
141
141
#![ allow( clippy:: must_use_candidate) ]
You can’t perform that action at this time.
0 commit comments