Skip to content

Commit

Permalink
fix typo (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteSocks committed Mar 1, 2024
1 parent 84b5db0 commit 0c5b096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This library is used by a high performance tracing library [`minitrace-rust`](ht

Currently, only the Linux on `x86` or `x86_64` is backed by [TSC](https://en.wikipedia.org/wiki/Time_Stamp_Counter). On other platforms, `minstant` falls back to `std::time`. If TSC is unstable, it will also fall back to `std::time`.

If speed is privileged over accuracy when fallback occurs, you can use `fallback-corase` feature to use corase time:
If speed is privileged over accuracy when fallback occurs, you can use `fallback-coarse` feature to use coarse time:

```toml
[dependencies]
Expand Down

0 comments on commit 0c5b096

Please sign in to comment.