Browse Source

lang: update to AccountLoader in doc comments (#1554)

sanny 3 years ago
parent
commit
68c5faed2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lang/attribute/account/src/lib.rs

+ 1 - 1
lang/attribute/account/src/lib.rs

@@ -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.