docs(tvix/store): fix reference

Change-Id: If1970cb8eb9a21c30011c9303f2fcbff646ad12b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10400
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
This commit is contained in:
Florian Klink 2023-12-21 17:30:23 +02:00 committed by clbot
parent 5bee6c6be0
commit 3fc4d295d5

View file

@ -238,7 +238,7 @@ impl PathInfo {
}
}
/// Errors that can occur when converting from a [&nar_info::Ca] to a (stricter)
/// Errors that can occur when converting from a [nar_info::Ca] to a (stricter)
/// [nix_compat::nixhash::CAHash].
#[derive(Debug, Error, PartialEq)]
pub enum ConvertCAError {