From 289bc5862f967c70d46501ccd41997d372a786a1 Mon Sep 17 00:00:00 2001
From: Bruce Mitchener
Date: Tue, 16 Jul 2024 00:38:55 +0700
Subject: [PATCH] Fix typos (#72)
---
imports.md | 2 +-
wit/monotonic-clock.wit | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/imports.md b/imports.md
index 8b977ac..b1fefd7 100644
--- a/imports.md
+++ b/imports.md
@@ -98,7 +98,7 @@ corresponding to a clock tick.
subscribe-instant: func
Create a pollable
which will resolve once the specified instant
-has occured.
+has occurred.
Params
when
: instant
diff --git a/wit/monotonic-clock.wit b/wit/monotonic-clock.wit
index cae2363..afbd700 100644
--- a/wit/monotonic-clock.wit
+++ b/wit/monotonic-clock.wit
@@ -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,