Skip to content

Commit

Permalink
lang: Fix typo in the doc (coral-xyz#2551)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen committed 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

0 comments on commit 5624bfe

Please sign in to comment.