spec: minor fixes

This commit is contained in:
Ethan Buchman
2018-01-26 17:26:11 -05:00
parent 5b368252ac
commit fe632ea32a
4 changed files with 8 additions and 10 deletions

View File

@@ -189,7 +189,7 @@ Note how the fields within each level are sorted.
### MakeParts
TMBIN encodes an object and slices it into parts.
Encode an object using TMBIN and slice it into parts.
```go
MakeParts(object, partSize)