1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00
* fix typo

* fix another typo
This commit is contained in:
Marvin
2024-10-15 21:02:25 +02:00
committed by GitHub
parent 30edc4885d
commit f786600af3
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ Alternatively, for simple use cases, you can use [_wrap_fn_][wrap_fn] to create
<CodeBlock example="middleware" file="wrap_fn.rs" section="wrap-fn" />
You can also use [_from_fn_][from_fn] to in combination with [_wrap_][wrap] to create a function as middlware.
You can also use [_from_fn_][from_fn] to in combination with [_wrap_][wrap] to create a function as middleware.
<CodeBlock example="middleware" file="from_fn.rs" section="from-fn" />