Skip to content

Commit 17de025

Browse files
Fix homotopy lambda spell check (#4726)
Move the LambaEulerHeun exception to an identifier allow-list so the normal lambda/LAMBDA spelling introduced by the homotopy operator is no longer treated as a misspelling. Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent 923e6a5 commit 17de025

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.typos.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[default.extend-identifiers]
2+
LambaEulerHeun = "LambaEulerHeun"
3+
14
[default.extend-words]
25
nin = "nin"
36
nd = "nd"
@@ -13,5 +16,4 @@ fo = "fo"
1316
shs = "shs"
1417
setp = "setp"
1518
CMO = "CMO"
16-
Lambda = "Lamba"
1719
gam = "gam"

0 commit comments

Comments
 (0)