Skip to content

Commit

Permalink
Fix typo in account.rs docs (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
metaproph3t committed Aug 1, 2023
1 parent b7b8736 commit be8764b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/src/accounts/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use std::ops::{Deref, DerefMut};
/// This means that the data type that Accounts wraps around (`=T`) needs to
/// implement the [Owner trait](crate::Owner).
/// The `#[account]` attribute implements the Owner trait for
/// a struct using the `crate::ID` declared by [`declareId`](crate::declare_id)
/// a struct using the `crate::ID` declared by [`declare_id`](crate::declare_id)
/// in the same program. It follows that Account can also be used
/// with a `T` that comes from a different program.
///
Expand Down

1 comment on commit be8764b

@vercel
Copy link

@vercel vercel bot commented on be8764b Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anchor-docs – ./

anchor-docs-git-master-200ms.vercel.app
anchor-lang.com
anchor-docs-200ms.vercel.app
www.anchor-lang.com

Please sign in to comment.