Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit a0e5c79

Browse files
authored
Merge pull request #5 from slashmo/ktoso-patch-1
=readme bolden the primary usage style
2 parents 9e23214 + a47d3c1 commit a0e5c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This way when reading the call side, users of these APIs can learn to "ignore" o
3232

3333
Examples:
3434

35-
- `func request(_ url: URL, context: BaggageContext)`, which may be called as `httpClient.request(url, context: context)`
35+
- `func request(_ url: URL,` **`context: BaggageContext`** `)`, which may be called as `httpClient.request(url, context: context)`
3636
- `func handle(_ request: RequestObject,` **`context: FrameworkContext`** `)`
3737
- if a "framework context" exists and _carries_ the baggage context already, it is permitted to pass that context together with the baggage;
3838
- it is _strongly recommended_ to store the baggage context as `baggage` property of `FrameworkContext` in such cases, in order to avoid the confusing spelling of `context.context`, and favoring the self-explanatory `context.baggage` spelling when the baggage is contained in a framework context object.

0 commit comments

Comments
 (0)