Skip to content

Commit 0c5b096

Browse files
author
CuteSocks
authored
fix typo (#38)
1 parent 84b5db0 commit 0c5b096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This library is used by a high performance tracing library [`minitrace-rust`](ht
3131

3232
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`.
3333

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

3636
```toml
3737
[dependencies]

0 commit comments

Comments
 (0)