We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12caca7 commit 1bcac3dCopy full SHA for 1bcac3d
lints/duplicate-mutable-accounts/README.md
@@ -2,7 +2,7 @@
2
3
**What it does:** Checks to make sure there is a key check on identical Anchor accounts.
4
The key check serves to make sure that two identical accounts do not have the same key,
5
-ie, they are unique. An Anchor account (`Account<'info, T>`) is identical to another if
+ie, they are unique. An Anchor account (`Account<'info, T>`) is identical to another if
6
the generic parameter `T` is the same type for each account.
7
8
**Why is this bad?** If a program contains two identical, mutable Anchor accounts, and
0 commit comments