Skip to content

Commit 8462005

Browse files
committed
Cleanup
1 parent e80bebf commit 8462005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/macros/impl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ This allows full compatibility with [amphp](https://amphp.org), [PSL](https://gi
7373

7474
Traits annotated with `#[php_impl]` can freely expose any async function, using `await` and any async Rust library.
7575

76-
Make sure to also expose the `php_tokio::EventLoop::init` and `php_tokio::EventLoop::wakeup` functions to PHP in order to initialize the event loop, as specified in the full example [here &rauquo;](#async-example).
76+
Make sure to also expose the `php_tokio::EventLoop::init` and `php_tokio::EventLoop::wakeup` functions to PHP in order to initialize the event loop, as specified in the full example [here »](#async-example).
7777

7878
Also, make sure to invoke `EventLoop::shutdown` in the request shutdown handler to clean up the tokio event loop before finishing the request.
7979

80-
See [here &rauquo;](#async-example) for the full example.
80+
See [here »](#async-example) for the full example.
8181

8282
## Constants
8383

0 commit comments

Comments
 (0)