[go: nahoru, domu]

Skip to content

Commit

Permalink
fix a spelling error (dfinity#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifteen42 committed Feb 18, 2021
1 parent 346c715 commit ce94fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Let's take a look at a few key elements of this program:
+
In this program, however, the `+greet+` function uses a message caller to determine the permissions that should be applied and, based on the permissions associated with the caller, which greeting to display.
* The program defines two custom types—one for `+Roles+` and one for `+Permissions+`.
* The `+assign_roles+` function enables the message aller to assign a role to the principal associated with an identity.
* The `+assign_roles+` function enables the message caller to assign a role to the principal associated with an identity.
* The `+callerPrincipal+` function enables you to return the principal associated with an identity.
* The `+my_role+` function enables you to return the role that is associated with an identity.
--
Expand Down

0 comments on commit ce94fbd

Please sign in to comment.