From 78bb188a856da36b7e28be818ad74776625546fc Mon Sep 17 00:00:00 2001 From: Zhenxing Xu <48741782+openxzx@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:28:37 +0800 Subject: [PATCH] Fix minor typo (#470) --- src/beaconer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beaconer.rs b/src/beaconer.rs index e1c663c3..e2856a88 100644 --- a/src/beaconer.rs +++ b/src/beaconer.rs @@ -112,7 +112,7 @@ impl Beaconer { self.handle_beacon_tick().await; } // sleep up to another interval period. A subsequent region - // param update will adjust this beack to a random offset in + // param update will adjust this back to a random offset in // the next valid window next_beacon_instant = Instant::now() + self.interval; },