📝 fix wrong syntax and link

This commit is contained in:
hemengyang
2022-01-15 09:35:30 +08:00
parent d26fda7320
commit 8d0951a816
5 changed files with 51 additions and 51 deletions

View File

@ -3,7 +3,7 @@
每个 `Matcher` 拥有一个 `Permission` ,其中是 `PermissionChecker` 的集合,只要有一个 `PermissionChecker` 检查结果为 `True` 时就会继续运行。
::: tip 提示
:::tip 提示
`PermissionChecker` 既可以是 async function 也可以是 sync function
:::
"""