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 70318c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
@@ -1,4 +1,4 @@
{
"plugins": [["pipelineOperator", { "proposal": "smart" }]],
"throws": "Pipeline head may not be a comma-separated sequence expression (1:0)"
"throws": "Pipeline head should not be a comma-separated sequence expression (1:0)"
}

0 comments on commit 70318c9

Please sign in to comment.