Skip to content

[ci skip] Fix yout terminology and update typos configuration #54

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChrisRackauckas
Copy link
Member

Summary

This PR fixes the handling of yout terminology in DASSL.jl by recognizing it as a legitimate Fortran parameter name rather than a typo.

Problem

The previous spelling fix PR incorrectly changed yout to your in contexts where yout is actually a legitimate Fortran parameter name used in DASSL documentation and interfaces.

Changes Made

  • Added 'yout' to .typos.toml as legitimate Fortran parameter name

Context

yout appears to be a standard Fortran parameter name in numerical software, particularly in contexts like:

  • Array parameter documentation
  • Fortran interface descriptions
  • Mathematical library parameter lists

This is similar to other abbreviated parameter names commonly used in numerical computing.

Notes

  • included to avoid unnecessary CI runs for terminology fixes
  • This corrects the previous overly aggressive spell checking
  • Maintains spell checking for actual typos while preserving domain-specific terminology

…ut' to .typos.toml as legitimate Fortran parameter name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants