examples: Fix small typo (#583)

This commit is contained in:
Zorro 2021-08-06 15:37:46 -04:00 committed by GitHub
parent 48a2e4ad0e
commit b7188b9b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ use std::mem::size_of;
/// higher level Anchor instruction handers. This is done to keep the example
/// consistent with `programs/permissioned-markets-middleware`. A program
/// with explicit instruction handlers would work, though then one would lose
/// the middleware abstraction, which may or may not be acceptibl depending on
/// the middleware abstraction, which may or may not be acceptible depending on
/// your use case.
#[program]
pub mod permissioned_markets {