From f3ce1c7246eb946fb4221d7ea2ada7a10cfe976d Mon Sep 17 00:00:00 2001 From: sanny Date: Sat, 5 Mar 2022 19:17:10 -0800 Subject: [PATCH] lang: update to AccountLoader in doc comments (#1554) --- lang/attribute/account/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/attribute/account/src/lib.rs b/lang/attribute/account/src/lib.rs index fc0c445a1c..c31b9cbcca 100644 --- a/lang/attribute/account/src/lib.rs +++ b/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.