Skip to content

Commit

Permalink
lang: update to AccountLoader in doc comments (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsanny authored and NBNARADHYA committed Mar 8, 2022
1 parent a783bb5 commit 7d931e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/attribute/account/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mod id;
///
/// This can be used to conveniently implement
/// [`ZeroCopy`](./trait.ZeroCopy.html) so that the account can be used
/// with [`Loader`](./struct.Loader.html).
/// with [`AccountLoader`](./accounts/account_loader/struct.AccountLoader.html).
///
/// Other than being more efficient, the most salient benefit this provides is
/// the ability to define account types larger than the max stack or heap size.
Expand Down

0 comments on commit 7d931e2

Please sign in to comment.