chore: typo fixes (#6213)

Co-authored-by: kwfn <[email protected]>
This commit is contained in:
oliver
2023-12-11 19:22:55 +00:00
committed by GitHub
co-authored by kwfn
parent c06a55088b
commit 4aa7bbff4c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const WRITE_SERVICE_PERIOD: Duration = Duration::from_millis(20);
// because another writer claimed the buffer space
const PROBABILITY_FLUSH_WAIT: f64 = 0.1;
/// A slow writer that aims to simulate HDD behaviour under heavy load.
/// A slow writer that aims to simulate HDD behavior under heavy load.
///
/// There is a limited buffer, which is fully drained on the next write after
/// a time limit is reached. Flush waits for the time limit to be reached