Update Permissions.md

This commit is contained in:
Him188 2020-11-08 12:13:39 +08:00 committed by GitHub
parent e1c1e28713
commit 34a892e4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ data class PermissionId(
[`PermissionId`] 是 [`Permission`] 的唯一标识符。知道 [`PermissionId`] 就可以获取到对应的 [`Permission`]。
字符串表示为 "$namespace:$name",如 "console:command.stop", "*:*"
字符串表示为 "$namespace:$name",如 "console:command.stop", "\*:\*"
#### 命名空间