docs(nix-compat/aterm/parser): fix docstring
Change-Id: I7a65ce320163c5898df402af3a639f6cee2e17c6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10402 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: edef <edef@edef.eu>
This commit is contained in:
parent
783a1e314c
commit
410abd67f8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ fn parse_escaped_bstr(i: &[u8]) -> IResult<&[u8], BString> {
|
|||
}
|
||||
|
||||
/// Parse a field in double quotes, undo any escaping, and return the unquoted
|
||||
/// and decoded Vec<u8>.
|
||||
/// and decoded `Vec<u8>`.
|
||||
pub(crate) fn parse_bstr_field(i: &[u8]) -> IResult<&[u8], BString> {
|
||||
// inside double quotes…
|
||||
delimited(
|
||||
|
|
Loading…
Reference in a new issue