Skip to content

Commit efb783a

Browse files
committed
Fix a typo in RFC 517
1 parent 80515a0 commit efb783a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0517-io-os-reform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ pub mod os_str {
548548
#[cfg(unix)]
549549
mod imp {
550550
type Buf = Vec<u8>;
551-
type Slice = [u8;
551+
type Slice = [u8];
552552
...
553553
}
554554

0 commit comments

Comments
 (0)