We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8686bb commit 80e4583Copy full SHA for 80e4583
src/worldstate/listener.rs
@@ -51,7 +51,7 @@ impl Client {
51
/// async fn main() -> Result<(), Box<dyn Error>> {
52
/// let client = Client::default();
53
///
54
- /// client.call_on_update(on_cetus_update); // don't forget to start it as a bg task (or .await it)s
+ /// client.call_on_update(on_cetus_update); // don't forget to start it as a bg task (or .await it)
55
/// Ok(())
56
/// }
57
/// ```
0 commit comments