Merge pull request #832 from VojtechVitek/api_typo

Fix typo in API
This commit is contained in:
Tim Hockin 2014-08-08 08:30:10 -07:00
commit bff752bb24
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -36,7 +36,7 @@ documentation:
modification token to each resource. A unique value for the token
should be provided by the user during creation. If the user
specifies a duplicate token at creation time, the system should
return an error with a pointer to the exiting resource with that
return an error with a pointer to the existing resource with that
token. In this way a user can deterministically recover from a
dropped connection during a resource creation request.