docs(tvix/castore): fix docstrings

There were some broken references. Also, during the split of service
urls to castore and store parts we forgot to update the docstring.

Change-Id: Ifc2b3a2c49c9e4d31f1b210dbfe4afcad8a8d5bd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13249
Reviewed-by: Marijan Petričević <marijan.petricevic94@gmail.com>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: Domen Kožar <domen@cachix.org>
This commit is contained in:
Florian Klink 2025-03-13 07:11:18 +01:00 committed by clbot
parent 29e4b3210b
commit d3da3238c2
7 changed files with 13 additions and 12 deletions

View file

@ -51,7 +51,7 @@ where
}
}
/// Starts a [Filesystem] with the specified number of threads, and provides
/// Starts a [FileSystem] with the specified number of threads, and provides
/// functions to unmount, and wait for it to have completed.
#[derive(Clone)]
pub struct FuseDaemon {