Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): banker typo #1634

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/standard-library/banker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Banker module can be cast into 4 subtypes of bankers that expose different f

### Banker Types

1. `BankerTypeReadOnly` - read-only access to coin balances
1. `BankerTypeReadonly` - read-only access to coin balances
2. `BankerTypeOrigSend` - full access to coins sent with the transaction that called the banker
3. `BankerTypeRealmSend` - full access to coins that the realm itself owns, including the ones sent with the transaction
4. `BankerTypeRealmIssue` - able to issue new coins
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/standard-library/std/banker.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Returns `Banker` of the specified type.

#### Parameters
- `BankerType` - type of Banker to get:
- `BankerTypeReadOnly` - read-only access to coin balances
- `BankerTypeReadonly` - read-only access to coin balances
- `BankerTypeOrigSend` - full access to coins sent with the transaction that calls the banker
- `BankerTypeRealmSend` - full access to coins that the realm itself owns, including the ones sent with the transaction
- `BankerTypeRealmIssue` - able to issue new coins
Expand Down
Loading