Skip to content

Commit 220cb4f

Browse files
authored
Merge pull request rust-lang#2302 from GeckoEidechse/fix/missing-plus
docs: Add missing `+` in diff code block
2 parents 51efaf2 + 7ce3a41 commit 220cb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/for_developers/backends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ like this:
287287
+ if cfg.deny_odds && num_words % 2 == 1 {
288288
+ eprintln!("{} has an odd number of words!", ch.name);
289289
+ process::exit(1);
290-
}
290+
+ }
291291
}
292292
}
293293
}

0 commit comments

Comments
 (0)