diff options
author | Florian Klink <flokli@flokli.de> | 2023-06-08T17·19+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-06-09T09·10+0000 |
commit | b78a9b7fe117f84b8378ad105840b2cd5cc96868 (patch) | |
tree | 94651b955ab2ced0cdbfc39643635d2ba7702cbc /tvix/store/docs | |
parent | a2303da01fb6de2e081ab93bf3944e8fcc1476a7 (diff) |
docs(tvix/store/docs): fix grammar r/6245
Change-Id: I1d7d306e5d997a7ba47a83d613edc19a4fba1ed4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8721 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/store/docs')
-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 |