We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5971193 commit c3c195bCopy full SHA for c3c195b
src/doc/rust.md
@@ -346,7 +346,7 @@ enclosed within two `U+0022` (double-quote) characters,
346
with the exception of `U+0022` itself,
347
which must be _escaped_ by a preceding `U+005C` character (`\`),
348
or a _raw byte string literal_.
349
-It is equivalent to a `&'static [u8]` borrowed vectior unsigned 8-bit integers.
+It is equivalent to a `&'static [u8]` borrowed vector of unsigned 8-bit integers.
350
351
Some additional _escapes_ are available in either byte or non-raw byte string
352
literals. An escape starts with a `U+005C` (`\`) and continues with one of
0 commit comments