Skip to content

Commit fe3877b

Browse files
authored
Editorial: Fix bikeshed errors over ambiguous link. (#271)
1 parent 1a1835f commit fe3877b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -784,19 +784,19 @@ <h3 id="notify-observers" algorithm>
784784

785785
2. Append |report| to |scope|'s <a>report buffer</a>.
786786

787-
3. Let |type| be |report|'s <a>type</a>.
787+
3. Let |type| be |report|'s [=report/type=].
788788

789789
4. If |scope|'s <a>report buffer</a> now contains more than 100 reports with
790-
<a>type</a> equal to |type|, remove the earliest item with <a>type</a>
791-
equal to |type| in the <a>report buffer</a>.
790+
[=report/type=] equal to |type|, remove the earliest item with
791+
[=report/type=] equal to |type| in the <a>report buffer</a>.
792792

793793
<h3 id="add-report" algorithm>
794794
Add |report| to |observer|
795795
</h3>
796796

797797
Given a <a>report</a> |report| and a {{ReportingObserver}} |observer|, this
798798
algorithm adds |report| to |observer|'s <a>report queue</a>, so long as
799-
|report|'s <a>type</a> is observable by |observer|.
799+
|report|'s [=report/type=] is observable by |observer|.
800800

801801
1. If |report|'s [=report/type=] is not <a>visible to
802802
<code>ReportingObserver</code>s</a>, return.

0 commit comments

Comments
 (0)