We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622fd53 commit 5f0c8afCopy full SHA for 5f0c8af
libs/ledgerjs/packages/logs/README.md
@@ -25,7 +25,7 @@ Utility library that is used by all Ledger libraries to dispatch logs so we can
25
* [Parameters](#parameters-3)
26
* [withContext](#withcontext)
27
* [Parameters](#parameters-4)
28
- * [withAdditionalContext](#withadditionalcontext)
+ * [withUpdatedContext](#withupdatedcontext)
29
* [Parameters](#parameters-5)
30
* [listen](#listen)
31
* [Parameters](#parameters-6)
@@ -124,7 +124,7 @@ following a simple builder pattern.
124
125
Returns **[LocalTracer](#localtracer)**
126
127
-#### withAdditionalContext
+#### withUpdatedContext
128
129
Create a new instance of the LocalTracer with an updated `context`,
130
on which an additional context is merged with the existing one.
0 commit comments