Skip to content

Commit

Permalink
Fix minor typo (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
openxzx authored Oct 30, 2023
1 parent feca304 commit 78bb188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beaconer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},
Expand Down

0 comments on commit 78bb188

Please sign in to comment.