提交 c3c195bd 编写于 作者: O OGINO Masanori

Fix a typo and a small syntactic error.

Signed-off-by: NOGINO Masanori <masanori.ogino@gmail.com>
上级 59711933
......@@ -346,7 +346,7 @@ enclosed within two `U+0022` (double-quote) characters,
with the exception of `U+0022` itself,
which must be _escaped_ by a preceding `U+005C` character (`\`),
or a _raw byte string literal_.
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.
Some additional _escapes_ are available in either byte or non-raw byte string
literals. An escape starts with a `U+005C` (`\`) and continues with one of
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册