mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-01 07:10:53 +00:00
grammatical improvements
This commit is contained in:
parent
eb1b51e263
commit
705dc856eb
@ -1998,11 +1998,10 @@ potential for surprises when the file store structure is changed.
|
|||||||
|
|
||||||
Tahoe-LAFS provides a mutable file store, but the ways that the store can
|
Tahoe-LAFS provides a mutable file store, but the ways that the store can
|
||||||
change are limited. The only things that can change are:
|
change are limited. The only things that can change are:
|
||||||
* that the mapping from child names to child objects that each mutable
|
* the mapping from child names to child objects inside mutable directories
|
||||||
directory contains can be changed (by adding a new child name pointing
|
(by adding a new child, removing an existing child, or changing an
|
||||||
to an object, removing an existing child name, or changing an existing
|
existing child to point to a different object)
|
||||||
child name to point to a different object);
|
* the contents of mutable files
|
||||||
* that the contents of mutable files can change.
|
|
||||||
|
|
||||||
Obviously if you query for information about the file store and then act
|
Obviously if you query for information about the file store and then act
|
||||||
to change it (such as by getting a listing of the contents of a mutable
|
to change it (such as by getting a listing of the contents of a mutable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user