Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

token: Fix typos for cargo-spellcheck #7503

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Commits on Nov 18, 2024

  1. token: Fix typos

    #### Problem
    
    There are typos in the token code, and people sometimes fix them, but
    mostly don't.
    
    #### Summary of changes
    
    Starting with the `token/*` directory, fix all typos or properly put
    them between backticks if they're code.
    
    These were all found using `cargo spellcheck` and a specialized
    dictionary with programming / Solana / ZK terminology. Once all of the
    typos are fixed, then we can add the spellchecking to CI.
    joncinque committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a851a31 View commit details
    Browse the repository at this point in the history
  2. Update doctests

    joncinque committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    36402e5 View commit details
    Browse the repository at this point in the history