Skip to content

Commit

Permalink
s/may/should
Browse files Browse the repository at this point in the history
  • Loading branch information
mAAdhaTTah committed Nov 21, 2018
1 parent 6e84352 commit e6465ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/parser/expression.js
Expand Up @@ -2040,7 +2040,7 @@ export default class ExpressionParser extends LValParser {
// sequence expression.
throw this.raise(
leftStartPos,
`Pipeline head may not be a comma-separated sequence expression`,
`Pipeline head should not be a comma-separated sequence expression`,
);
}
}
Expand Down

0 comments on commit e6465ef

Please sign in to comment.