| Index: appengine/isolate/doc/Design.md
|
| diff --git a/appengine/isolate/doc/Design.md b/appengine/isolate/doc/Design.md
|
| index c3afb0f694321a29c585221c5b62123c339339e4..281a5aa0b5e672bd342f074f017a02e6d3aa304b 100644
|
| --- a/appengine/isolate/doc/Design.md
|
| +++ b/appengine/isolate/doc/Design.md
|
| @@ -133,10 +133,12 @@ The root is a dictionary with the following keys:
|
|
|
| ##### File types
|
|
|
| -There are two file types;
|
| +There are the following file types;
|
| - `basic`: All normal files, the default type.
|
| - `ar`: An [ar](https://en.wikipedia.org/wiki/Ar_(Unix)) archive containing a
|
| large number of small files.
|
| + - `tar`: An [tar](https://en.wikipedia.org/wiki/Tar_(Unix)) archive
|
| + containing a large number of small files.
|
|
|
|
|
| #### Arbitrary split vs recursive trees
|
|
|