Skip to content

Commit cb80b66

Browse files
RUST-1560 Fix README typo (#798)
1 parent 8b73303 commit cb80b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual/src/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ tokio::time::timeout(Duration::from_secs(5), handle).await???;
3333

3434
## Minimum supported Rust version (MSRV)
3535

36-
The MSRV for this crate is currently 1.57.0. This will be rarely be increased, and if it ever is,
37-
it will only happen in a minor or major version release.
36+
The MSRV for this crate is currently 1.57.0. This will rarely be increased, and if it ever is,
37+
it will only happen in a minor or major version release.

0 commit comments

Comments
 (0)