Skip to content

Commit

Permalink
Editorial fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
neilj committed Jan 17, 2019
1 parent c8c4031 commit 5064633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/jmap/binary.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ When an HTTP error response is returned to the client, the server SHOULD return

## Blob/copy

Binary data may be copied **between** two different accounts using the *Blob/copy* method, rather than having to download then reupload on the client.
Binary data may be copied **between** two different accounts using the *Blob/copy* method, rather than having to download then re-upload on the client.

The *Blob/copy* method takes the following arguments:

Expand All @@ -83,7 +83,7 @@ The response has the following arguments:
- **accountId**: `Id`
The id of the account emails were copied to.
- **copied**: `Id[Id]|null`
A map of the blobId in the *fromAccount* to the id for the blob in the *toAccount*, or `null` if none were successfully copied.
A map of the blobId in the *fromAccount* to the id for the blob in the account it was copied to, or `null` if none were successfully copied.
- **notCopied**: `Id[SetError]|null`
A map of blobId to a SetError object for each blob that failed to be copied, `null` if none.

Expand Down

0 comments on commit 5064633

Please sign in to comment.