Fix typos in comment

This commit is contained in:
Michael Smith 2017-08-18 17:10:50 -07:00
parent 2471248370
commit b2d10e39b4
No known key found for this signature in database
GPG Key ID: 8645BDF574E8F755

View File

@ -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 {