s/may/should
This commit is contained in:
parent
6e84352b51
commit
70318c9413
@ -2040,7 +2040,7 @@ export default class ExpressionParser extends LValParser {
|
|||||||
// sequence expression.
|
// sequence expression.
|
||||||
throw this.raise(
|
throw this.raise(
|
||||||
leftStartPos,
|
leftStartPos,
|
||||||
`Pipeline head may not be a comma-separated sequence expression`,
|
`Pipeline head should not be a comma-separated sequence expression`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"plugins": [["pipelineOperator", { "proposal": "smart" }]],
|
"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)"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user