Skip to content

Commit

Permalink
Merge pull request #2302 from GeckoEidechse/fix/missing-plus
Browse files Browse the repository at this point in the history
docs: Add missing `+` in diff code block
  • Loading branch information
ehuss authored Jan 30, 2024
2 parents 51efaf2 + 7ce3a41 commit 220cb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/for_developers/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ like this:
+ if cfg.deny_odds && num_words % 2 == 1 {
+ eprintln!("{} has an odd number of words!", ch.name);
+ process::exit(1);
}
+ }
}
}
}
Expand Down

0 comments on commit 220cb4f

Please sign in to comment.