Skip to content

Fix typos and syntax errors in documentation #801

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

Merged
merged 1 commit into from
Jul 24, 2025

Conversation

ChrisRackauckas
Copy link
Member

Summary

This PR fixes several simple typos and syntax errors found in the documentation.

Changes

1. Fixed typo in docs/src/tutorials/advanced_ode_example.md

  • Line 261: SpraseMatrixCSCSparseMatrixCSC
  • This was a simple spelling mistake in the type name

2. Fixed grammar in docs/src/basics/faq.md

  • Line 182: "numerical handle" → "numerically handle"
  • Corrected incorrect word order (adjective used where adverb needed)

3. Fixed missing multiplication operator in docs/src/features/callback_functions.md

  • Line 140: 10integrator.t10 * integrator.t
  • Added explicit multiplication operator for better clarity and consistency

Impact

These are minor documentation fixes that improve readability and correctness without changing any functionality.

🤖 Generated with Claude Code

- Fix typo: "SpraseMatrixCSC" → "SparseMatrixCSC" in advanced_ode_example.md
- Fix grammar: "numerical handle" → "numerically handle" in faq.md
- Fix syntax: Add missing multiplication operator in callback_functions.md (10integrator.t → 10 * integrator.t)

These are simple documentation fixes that improve readability and correctness.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@ChrisRackauckas ChrisRackauckas merged commit 3d000f0 into master Jul 24, 2025
1 of 3 checks passed
@ChrisRackauckas ChrisRackauckas deleted the fix-sparsematrixcsc-typo branch July 24, 2025 03:42
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.

1 participant