Skip to content

Commit

Permalink
docs: correction to log threading page of guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stacy committed Sep 12, 2024
1 parent b2e890d commit 4c82342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/threading.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ adze.label('maths').dump.info('Results from our thread');
Notice that each log within the `add` and `subtract` functions does not actually generate a log, but
rather they add a key / value pair of data to the `"maths"` label thread.

On line 16, we create a log with the `"maths"` label, which provides it with the same context as the
On line 18, we create a log with the `"maths"` label, which provides it with the same context as the
other logs in the thread, and the `dump` modifier instructs the info log to dump the values from
the `"maths"` thread into the log output.

Expand Down

0 comments on commit 4c82342

Please sign in to comment.