diff options
-rw-r--r-- | tvix/store/docs/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/docs/api.md b/tvix/store/docs/api.md index 549ea703aec8..12e7d1b34490 100644 --- a/tvix/store/docs/api.md +++ b/tvix/store/docs/api.md @@ -108,7 +108,7 @@ describe any file/directory/symlink inside a store path. Due to its content- addressed nature, it'll automatically deduplicate (re-)used (sub)directories, and allow substitution from any (untrusted) source. -The thing that's now only missing is the metadata to map/"mounting" from the +The thing that's now only missing is the metadata to map/"mount" from the content-addressed world to a physical path. ### PathInfo |