Skip to content

Commit 2e4184e

Browse files
committed
Update spelling
1 parent 12b24b6 commit 2e4184e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ fn test_panic() -> Result<()> {
438438
{
439439
let lua = make_lua(LuaOptions::default())?;
440440
match catch_unwind(AssertUnwindSafe(|| -> Result<()> {
441-
let _catched_panic = lua
441+
let _caught_panic = lua
442442
.load(
443443
r#"
444444
-- Set global

typos.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[default]
2-
extend-ignore-identifiers-re = ["catched", "2nd", "ser"]
2+
extend-ignore-identifiers-re = ["2nd", "ser"]
33

44
[default.extend-words]
55
thr = "thr"

0 commit comments

Comments
 (0)