Skip to content

Commit

Permalink
Corrected a typo in the specification
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Sep 2, 2024
1 parent b218d9b commit 754ea41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/javascript_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@
{
"error_code": "DEFINITION_INVALID",
"alt_codes": [],
"name": "definition-has-unique-or-required-tag",
"name": "definition-invalid-content-has-top-level-tag",
"description": "A tag with a required or unique attribute appears in a definition.",
"warning": false,
"schema": "8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/json_tests/DEFINITION_INVALID.json
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
{
"error_code": "DEFINITION_INVALID",
"alt_codes": [],
"name": "definition-has-unique-or-required-tag",
"name": "definition-invalid-content-has-top-level-tag",
"description": "A tag with a required or unique attribute appears in a definition.",
"warning": false,
"schema": "8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/json_tests/TEMPORAL_TAG_ERROR_DELAY.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
],
[
["onset", "duration", "HED"],
[ 4.5, 0, "Delay/1.0 s, (Red))"]
[ 4.5, 0, "Delay/1.0 s, (Red)"]
]
],
"passes": [
Expand Down
2 changes: 1 addition & 1 deletion tests/python_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@
{
"error_code": "DEFINITION_INVALID",
"alt_codes": [],
"name": "definition-has-unique-or-required-tag",
"name": "definition-invalid-content-has-top-level-tag",
"description": "A tag with a required or unique attribute appears in a definition.",
"warning": false,
"schema": "8.3.0",
Expand Down

0 comments on commit 754ea41

Please sign in to comment.