Skip to content

Commit

Permalink
Fix typos (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jul 15, 2024
1 parent 45005ae commit 289bc58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ corresponding to a clock tick.</p>
</ul>
<h4><a name="subscribe_instant"></a><code>subscribe-instant: func</code></h4>
<p>Create a <a href="#pollable"><code>pollable</code></a> which will resolve once the specified instant
has occured.</p>
has occurred.</p>
<h5>Params</h5>
<ul>
<li><a name="subscribe_instant.when"></a><code>when</code>: <a href="#instant"><a href="#instant"><code>instant</code></a></a></li>
Expand Down
2 changes: 1 addition & 1 deletion wit/monotonic-clock.wit
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface monotonic-clock {
resolution: func() -> duration;

/// Create a `pollable` which will resolve once the specified instant
/// has occured.
/// has occurred.
@since(version = 0.2.0)
subscribe-instant: func(
when: instant,
Expand Down

0 comments on commit 289bc58

Please sign in to comment.