From a7e20bbef356d2d3191bd1ac801d8d183ebf527a Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 31 Jan 2023 15:10:43 +0100 Subject: docs(tvix/nix-compat/store_path): fix docstrings Change-Id: I19261233e338b406a87fe680675eb4dfd853fe11 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7970 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: flokli --- tvix/nix-compat/src/store_path.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tvix/nix-compat/src') diff --git a/tvix/nix-compat/src/store_path.rs b/tvix/nix-compat/src/store_path.rs index 5032a73fb19b..e6c703f7ce0c 100644 --- a/tvix/nix-compat/src/store_path.rs +++ b/tvix/nix-compat/src/store_path.rs @@ -27,8 +27,8 @@ pub enum ParseStorePathError { /// Represents a path in the Nix store (a direct child of [STORE_DIR]). /// -/// It starts with a digest (20 bytes), [struct@NIXBASE32]-encoded, followed by -/// a `-`, and ends with a `name`, which is a string, consisting only of ASCCI +/// It starts with a digest (20 bytes), [crate::nixbase32]-encoded, +/// followed by a `-`, and ends with a `name`, which is a string, consisting only of ASCCI /// alphanumeric characters, or one of the following characters: `-`, `_`, `.`, /// `+`, `?`, `=`. /// -- cgit 1.4.1