Skip to content

Commit

Permalink
Small typo in signer-auth.md (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
banescusebi authored Nov 26, 2024
1 parent 2fa7d09 commit ddf329e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/courses/program-security/signer-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ performed.
### Using Anchor's `#[account(signer)]` Constraint

While the `Signer` account type is useful, it doesn't perform other ownership or
type checks, limiting its use in instruction handler logic. The
[anchor's `#[account(signer)]`](https://www.anchor-lang.com/docs/account-constraints)
type checks, limiting its use in instruction handler logic.
[Anchor's `#[account(signer)]`](https://www.anchor-lang.com/docs/account-constraints)
constraint addresses this by verifying that the account signed the transaction
while allowing access to its underlying data.

Expand Down

0 comments on commit ddf329e

Please sign in to comment.