Skip to content

Commit 289bc58

Browse files
Fix typos (#72)
1 parent 45005ae commit 289bc58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ corresponding to a clock tick.</p>
9898
</ul>
9999
<h4><a name="subscribe_instant"></a><code>subscribe-instant: func</code></h4>
100100
<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>
102102
<h5>Params</h5>
103103
<ul>
104104
<li><a name="subscribe_instant.when"></a><code>when</code>: <a href="#instant"><a href="#instant"><code>instant</code></a></a></li>

wit/monotonic-clock.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ interface monotonic-clock {
3535
resolution: func() -> duration;
3636

3737
/// Create a `pollable` which will resolve once the specified instant
38-
/// has occured.
38+
/// has occurred.
3939
@since(version = 0.2.0)
4040
subscribe-instant: func(
4141
when: instant,

0 commit comments

Comments
 (0)