Skip to content

Commit 596768c

Browse files
committed
Fix typo
1 parent 55724c9 commit 596768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/macros/impl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ pub fn get_module(module: ModuleBuilder) -> ModuleBuilder {
217217

218218
Here's the async PHP code we use to interact with the Rust class we just exposed.
219219

220-
The `Client::init` method needs to be called only once in order to initialize the Revolt event loop and link it to the Tokio event loop, as shwon by the following code.
220+
The `Client::init` method needs to be called only once in order to initialize the Revolt event loop and link it to the Tokio event loop, as shown by the following code.
221221

222222
See [here »](https://amphp.org) for more info on async PHP using [amphp](https://amphp.org) + [revolt](https://revolt.run).
223223

0 commit comments

Comments
 (0)