Skip to content

Commit bfe7f14

Browse files
committed
Fix Raphael's comments
1 parent 0f465e2 commit bfe7f14

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

index.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -386,14 +386,12 @@ <h3>
386386
objects, which is initially empty.
387387
</li>
388388
<li>
389-
a <dfn>[[\LastRecordMap]]</dfn> [=ordered map=], [=map/keyed=] on a {{PressureSource}},
390-
representing the [=source type=] to which the last record belongs.
391-
The [=ordered map=]'s [=map/value=] is a {{PressureRecord}}.
389+
a <dfn>[[\LastRecordMap]]</dfn> [=ordered map=] of {{PressureSource}} to
390+
the latest {{PressureRecord}}.
392391
</li>
393392
<li>
394-
a <dfn>[[\SampleIntervalMap]]</dfn> [=ordered map=], [=map/keyed=] on a {{PressureSource}},
395-
representing the [=source type=] to which the sample interval belongs.
396-
The [=ordered map=]'s [=map/value=] is a n unsigned long.
393+
a <dfn>[[\SampleIntervalMap]]</dfn> [=ordered map=] of {{PressureSource}} to
394+
positive numbers. It represents the sample interval given source type.
397395
</li>
398396
</ul>
399397
<p>
@@ -573,7 +571,7 @@ <h3>The <dfn>observe()</dfn> method</h3>
573571
</li>
574572
</li>
575573
<li>
576-
Set [=this=].{{PressureObserver/[[SampleIntervalMap]]}}[|source|] to |options:PressureObserverOptions|["sampleInterval"].
574+
Set [=this=].{{PressureObserver/[[SampleIntervalMap]]}}[|source|] to |options:PressureObserverOptions|'s {{PressureObserverOptions/sampleInterval}}.
577575
</li>
578576
<li>
579577
Let |promise:Promise| be [=a new promise=].

0 commit comments

Comments
 (0)