From f29d2a9d11c6b1c4cb8011e45dc45d99e4d572bd Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 12 Feb 2024 12:30:28 -0500 Subject: [PATCH] Small EBNF fix --- doc/manual/src/protocols/store-path.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/src/protocols/store-path.md b/doc/manual/src/protocols/store-path.md index 595c7a10e..fcf8038fc 100644 --- a/doc/manual/src/protocols/store-path.md +++ b/doc/manual/src/protocols/store-path.md @@ -95,11 +95,11 @@ where hashes of the for [Nix Archive (NAR)] (arbitrary file system object) serialization - ```ebnf - | + | "" ``` (empty string) for hashes of the flat (single file) serialization - - ```ebf + - ```ebnf algo = "md5" | "sha1" | "sha256" ```