Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Ekaterina Mekhnetsova <mekkatya@gmail.com>
  • Loading branch information
outoftardis and appetrosyan committed Aug 9, 2022
1 parent 9b28fda commit 13c8360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guide/advanced/isi.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ are assumed to be non-negative as well, so you can never have `-1.0` of

These are used for [permissions and roles](permissions.md).

`Grant` operation is used to permanently grant a user either a single
`Grant` is used to permanently grant a user either a single
permission, or a group of permissions (a "role"). Granted roles and
permissions can only be removed via `Revoke` instruction. As such, these
permissions can only be removed via the `Revoke` instruction. As such, these
instructions should be used carefully.

### `SetKeyValue`/`RemoveKeyValue`
Expand Down

0 comments on commit 13c8360

Please sign in to comment.