about summary refs log tree commit diff
path: root/tvix/nix-compat/src/store_path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/nix-compat/src/store_path.rs')
-rw-r--r--tvix/nix-compat/src/store_path.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/nix-compat/src/store_path.rs b/tvix/nix-compat/src/store_path.rs
index 5032a73fb1..e6c703f7ce 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: `-`, `_`, `.`,
 /// `+`, `?`, `=`.
 ///