File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -386,14 +386,12 @@ <h3>
386
386
objects, which is initially empty.
387
387
</ li >
388
388
< 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}}.
392
391
</ li >
393
392
< 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.
397
395
</ li >
398
396
</ ul >
399
397
< p >
@@ -573,7 +571,7 @@ <h3>The <dfn>observe()</dfn> method</h3>
573
571
</ li >
574
572
</ li >
575
573
< li >
576
- Set [=this=].{{PressureObserver/[[SampleIntervalMap]]}}[|source|] to |options:PressureObserverOptions|[" sampleInterval"] .
574
+ Set [=this=].{{PressureObserver/[[SampleIntervalMap]]}}[|source|] to |options:PressureObserverOptions|'s {{PressureObserverOptions/ sampleInterval}} .
577
575
</ li >
578
576
< li >
579
577
Let |promise:Promise| be [=a new promise=].
You can’t perform that action at this time.
0 commit comments