Skip to content

Commit b580476

Browse files
authored
Update RELEASES.md
1 parent bf90d43 commit b580476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Libraries
3636
- [Implemented `Extend` for `()`.][50234]
3737
- [The `Debug` implementation of `time::Duration` should now be more easily
3838
human readable.][50364] Previously a `Duration` of one second would printed as
39-
`Duration { secs: 1, nanos: 0 }` will now be printed as `1s`.
39+
`Duration { secs: 1, nanos: 0 }` and will now be printed as `1s`.
4040
- [Implemented `From<&String>` for `Cow<str>`, `From<&Vec<T>>` for `Cow<[T]>`,
4141
`From<Cow<CStr>>` for `CString`, `From<CString>, From<CStr>, From<&CString>`
4242
for `Cow<CStr>`, `From<OsString>, From<OsStr>, From<&OsString>` for

0 commit comments

Comments
 (0)