Skip to content

Commit

Permalink
Fix Raphael's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchris committed Apr 9, 2024
1 parent 0f465e2 commit bfe7f14
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,14 +386,12 @@ <h3>
objects, which is initially empty.
</li>
<li>
a <dfn>[[\LastRecordMap]]</dfn> [=ordered map=], [=map/keyed=] on a {{PressureSource}},
representing the [=source type=] to which the last record belongs.
The [=ordered map=]'s [=map/value=] is a {{PressureRecord}}.
a <dfn>[[\LastRecordMap]]</dfn> [=ordered map=] of {{PressureSource}} to
the latest {{PressureRecord}}.
</li>
<li>
a <dfn>[[\SampleIntervalMap]]</dfn> [=ordered map=], [=map/keyed=] on a {{PressureSource}},
representing the [=source type=] to which the sample interval belongs.
The [=ordered map=]'s [=map/value=] is a n unsigned long.
a <dfn>[[\SampleIntervalMap]]</dfn> [=ordered map=] of {{PressureSource}} to
positive numbers. It represents the sample interval given source type.
</li>
</ul>
<p>
Expand Down Expand Up @@ -573,7 +571,7 @@ <h3>The <dfn>observe()</dfn> method</h3>
</li>
</li>
<li>
Set [=this=].{{PressureObserver/[[SampleIntervalMap]]}}[|source|] to |options:PressureObserverOptions|["sampleInterval"].
Set [=this=].{{PressureObserver/[[SampleIntervalMap]]}}[|source|] to |options:PressureObserverOptions|'s {{PressureObserverOptions/sampleInterval}}.
</li>
<li>
Let |promise:Promise| be [=a new promise=].
Expand Down

0 comments on commit bfe7f14

Please sign in to comment.