mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix typos in comment
This commit is contained in:
parent
2471248370
commit
b2d10e39b4
@ -2786,7 +2786,7 @@ where
|
||||
{
|
||||
debug!("rewrite_tuple {:?}", shape);
|
||||
if context.use_block_indent() {
|
||||
// We use the same rule as funcation call for rewriting tuple.
|
||||
// We use the same rule as function calls for rewriting tuples.
|
||||
let force_trailing_comma = if context.inside_macro {
|
||||
span_ends_with_comma(context, span)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user