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 <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
ddf6e6cf47
commit
a7e20bbef3
1 changed files with 2 additions and 2 deletions
|
@ -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: `-`, `_`, `.`,
|
||||
/// `+`, `?`, `=`.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue