Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Jun 10, 2019
1 parent d6a7c34 commit c91b83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/distributedcontext-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ reasons. For example, one may propagate 'project-id' Entry across all micro-serv
by 'project-id'. Not all entries in a `DistributedContext` should be propagated and not all entries in a `DistributedContext`
should be accepted from a remote peer. Hence, `DistributedContext` propagator must allow specifying an optional
list of ordered `EntryPropagationFilter`s for receiving entries or for forwarding entries or for both.
An `EntryPropagationFilter` list for receiving MAY be different then that for forwarding.
An `EntryPropagationFilter` list for receiving MAY be different than that for forwarding.

If no filter is specified for receiving then all entries are received.
If no filter is specified for forwarding then all entries are forwarded except those that have `EntryTTL` of 0.
Expand Down

0 comments on commit c91b83d

Please sign in to comment.