Skip to content

Commit a55ce1d

Browse files
authored
Fix typo: "appenix" → "appendix" (#2815)
If I'm not mistaken...
1 parent 0f41f32 commit a55ce1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/closures/traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn main() {
2525
let suffix = "-itis";
2626
let add_suffix = |x| format!("{x}{suffix}");
2727
apply_and_log(&add_suffix, "add_suffix", "senior");
28-
apply_and_log(&add_suffix, "add_suffix", "appenix");
28+
apply_and_log(&add_suffix, "add_suffix", "appendix");
2929
3030
let mut v = Vec::new();
3131
let mut accumulate = |x| {

0 commit comments

Comments
 (0)