about summary refs log tree commit diff
path: root/tvix/nix-compat/src/aterm/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/nix-compat/src/aterm/parser.rs')
-rw-r--r--tvix/nix-compat/src/aterm/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nix-compat/src/aterm/parser.rs b/tvix/nix-compat/src/aterm/parser.rs
index d76afb0616..72648d5ef5 100644
--- a/tvix/nix-compat/src/aterm/parser.rs
+++ b/tvix/nix-compat/src/aterm/parser.rs
@@ -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(