Skip to content

Commit

Permalink
Merge pull request grpc#14586 from orijtech/master
Browse files Browse the repository at this point in the history
doc: fix minor typo in spelling "mechanism"
  • Loading branch information
vjpai authored Mar 5, 2018
2 parents 79424cf + 2bd7bf1 commit 0897bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/PROTOCOL-HTTP2.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ grpc-java-android/0.9.1 (gingerbread/1.2.4; nexus5; tmobile)
Unless explicitly defined to be, gRPC Calls are not assumed to be idempotent. Specifically:

* Calls that cannot be proven to have started will not be retried.
* There is no mechanisim for duplicate suppression as it is not necessary.
* There is no mechanism for duplicate suppression as it is not necessary.
* Calls that are marked as idempotent may be sent multiple times.


Expand Down

0 comments on commit 0897bef

Please sign in to comment.