mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +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
|
||||
change are limited. The only things that can change are:
|
||||
* that the mapping from child names to child objects that each mutable
|
||||
directory contains can be changed (by adding a new child name pointing
|
||||
to an object, removing an existing child name, or changing an existing
|
||||
child name to point to a different object);
|
||||
* that the contents of mutable files can change.
|
||||
* the mapping from child names to child objects inside mutable directories
|
||||
(by adding a new child, removing an existing child, or changing an
|
||||
existing child to point to a different object)
|
||||
* the contents of mutable files
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user