Skip to content

Commit

Permalink
lang: Fix typo in the doc (#2551)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Jun 29, 2023
1 parent 29b8a72 commit 5624bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/syn/src/codegen/program/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub fn generate(program: &Program) -> proc_macro2::TokenStream {
/// code wrapping these user defined methods into something that can be
/// executed on Solana.
///
/// These methods fall into one categorie for now.
/// These methods fall into one category for now.
///
/// Global methods - regular methods inside of the `#[program]`.
///
Expand Down

1 comment on commit 5624bfe

@vercel
Copy link

@vercel vercel bot commented on 5624bfe Jun 29, 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-200ms.vercel.app
anchor-docs-git-master-200ms.vercel.app
anchor-lang.com
www.anchor-lang.com

Please sign in to comment.