Fix wording

This commit is contained in:
Leo Balter 2019-07-22 13:55:59 -04:00
parent c0d1182e18
commit 5116847aec
10 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (00_0)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (00_0)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (01_0)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (01_0)
info: |
NumericLiteralSeparator ::
_

View File

@ -5,7 +5,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (07_0)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (07_0)
)
info: |
NumericLiteralSeparator ::

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (0_0)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (0_0)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (0_1)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (0_1)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (0_7)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (0_7)
)
info: |
NumericLiteralSeparator ::

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a NonOctalDecimalIntegerLiteral (08)
NumericLiteralSeparator must not be in a NonOctalDecimalIntegerLiteral (08)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a NonOctalDecimalIntegerLiteral (09)
NumericLiteralSeparator must not be in a NonOctalDecimalIntegerLiteral (09)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a NonOctalDecimalIntegerLiteral (0_8)
NumericLiteralSeparator must not be in a NonOctalDecimalIntegerLiteral (0_8)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a NonOctalDecimalIntegerLiteral (0_9)
NumericLiteralSeparator must not be in a NonOctalDecimalIntegerLiteral (0_9)
info: |
NumericLiteralSeparator ::
_