Skip to content

Commit 80e4583

Browse files
committed
docs: fix small typo
1 parent e8686bb commit 80e4583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worldstate/listener.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ impl Client {
5151
/// async fn main() -> Result<(), Box<dyn Error>> {
5252
/// let client = Client::default();
5353
///
54-
/// client.call_on_update(on_cetus_update); // don't forget to start it as a bg task (or .await it)s
54+
/// client.call_on_update(on_cetus_update); // don't forget to start it as a bg task (or .await it)
5555
/// Ok(())
5656
/// }
5757
/// ```

0 commit comments

Comments
 (0)