Skip to content

Commit 1bcac3d

Browse files
committed
make ci happy
1 parent 12caca7 commit 1bcac3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lints/duplicate-mutable-accounts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**What it does:** Checks to make sure there is a key check on identical Anchor accounts.
44
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
5+
ie, they are unique. An Anchor account (`Account<'info, T>`) is identical to another if
66
the generic parameter `T` is the same type for each account.
77

88
**Why is this bad?** If a program contains two identical, mutable Anchor accounts, and

0 commit comments

Comments
 (0)