From 0c5b096db5832c57974e530d00fdde705b6db11d Mon Sep 17 00:00:00 2001 From: CuteSocks <130279081+0xCuteSocks@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:56:22 +0800 Subject: [PATCH] fix typo (#38) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c98d5f5..32cb727 100644 --- a/README.md +++ b/README.md @@ -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]