Commit 53bdcdd
Fix typos and syntax errors in documentation
- 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]>1 parent 7bc71f7 commit 53bdcdd
File tree
3 files changed
+3
-3
lines changed- docs/src
- basics
- features
- tutorials
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments