Skip to content

Commit

Permalink
lang: update to AccountLoader in doc comments (coral-xyz#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
sannykim authored and NBNARADHYA committed Mar 9, 2022
1 parent 77461a7 commit c499b9b
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 c499b9b

Please sign in to comment.