Rollup merge of #104349 - rustaceanclub:master, r=oli-obk
fix some typos in comments
This commit is contained in:
commit
5763fa74f0
13 changed files with 15 additions and 15 deletions
|
@ -147,7 +147,7 @@ pub enum AttributeDuplicates {
|
|||
FutureWarnPreceding,
|
||||
}
|
||||
|
||||
/// A conveniece macro to deal with `$($expr)?`.
|
||||
/// A convenience macro to deal with `$($expr)?`.
|
||||
macro_rules! or_default {
|
||||
($default:expr,) => {
|
||||
$default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue