Skip to content

Commit

Permalink
Meta: make "queue a report" linkable (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic authored Jun 9, 2020
1 parent 67da850 commit f31f654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ <h3 id="queue-report" algorithm>
Queue |data| as |type| for |destination|
</h3>

Given a serializable object (|data|), a string (|type|), another string
To <dfn export for="reporting">queue</dfn> a <a>report</a> given a
serializable object (|data|), a string (|type|), another string
(|destination|), an optional <a>environment settings object</a>
(|settings|), and an optional {{URL}} (|url|), the following algorithm will
create a <a>report</a>, which can be queued for future delivery.
(|settings|), and an optional {{URL}} (|url|):

1. Let |report| be a new <a>report</a> object with its values initialized as
follows:
Expand Down

0 comments on commit f31f654

Please sign in to comment.