Corrected typos (#384)

This commit is contained in:
yurzhang 2021-07-19 14:57:55 +08:00 committed by GitHub
parent ee48adfd8c
commit 64e214a40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ interface PermitteeId {
[`PermitteeId`] 是被许可人的标识符。
一个这样的标识符可代表特定的单个 [`Permittee`], 也可以表示多个同类 [`Permittee`].
一个这样的标识符可代表特定的单个 [`Permittee`], 也可以表示多个同类 [`Permittee`].
#### `directParents`
[`PermitteeId`] 允许拥有多个父对象。在检查权限时会首先检查自己, 再递归检查父类。