Skip to content

Commit c3c195b

Browse files
committed
Fix a typo and a small syntactic error.
Signed-off-by: OGINO Masanori <[email protected]>
1 parent 5971193 commit c3c195b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ enclosed within two `U+0022` (double-quote) characters,
346346
with the exception of `U+0022` itself,
347347
which must be _escaped_ by a preceding `U+005C` character (`\`),
348348
or a _raw byte string literal_.
349-
It is equivalent to a `&'static [u8]` borrowed vectior unsigned 8-bit integers.
349+
It is equivalent to a `&'static [u8]` borrowed vector of unsigned 8-bit integers.
350350

351351
Some additional _escapes_ are available in either byte or non-raw byte string
352352
literals. An escape starts with a `U+005C` (`\`) and continues with one of

0 commit comments

Comments
 (0)