File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ corresponding to a clock tick.</p>
98
98
</ul >
99
99
<h4 ><a name =" subscribe_instant " ></a ><code >subscribe-instant: func</code ></h4 >
100
100
<p >Create a <a href =" #pollable " ><code >pollable</code ></a > which will resolve once the specified instant
101
- has occured .</p >
101
+ has occurred .</p >
102
102
<h5 >Params</h5 >
103
103
<ul >
104
104
<li ><a name =" subscribe_instant.when " ></a ><code >when</code >: <a href =" #instant " ><a href =" #instant " ><code >instant</code ></a ></a ></li >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ interface monotonic-clock {
35
35
resolution : func () -> duration ;
36
36
37
37
/// Create a `pollable` which will resolve once the specified instant
38
- /// has occured .
38
+ /// has occurred .
39
39
@since(version = 0.2.0)
40
40
subscribe-instant : func (
41
41
when : instant ,
You can’t perform that action at this time.
0 commit comments