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:
Florian Klink 2023-12-21 17:36:07 +02:00 committed by clbot
parent 783a1e314c
commit 410abd67f8

View file

@ -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(