Skip to content

Commit d9b44c8

Browse files
authored
docs: replace single quote to backtick (#257)
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
1 parent 31a4dfc commit d9b44c8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/schema/requirement.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
## Schema Record (`REC`)
1818

19-
| ID | Name | Severity | Description |
20-
| -------- | ----------------------------- | -------- | ---------------------------------------------------------------------------------------- |
21-
| `REC001` | `scene-single` | `ERROR` | `Scene` record is a single. |
22-
| `REC002` | `sample-not-empty` | `ERROR` | `Sample` record is not empty. |
23-
| `REC003` | `sample-data-not-empty` | `ERROR` | `SampleData` record is not empty. |
24-
| `REC004` | `ego-pose-not-empty` | `ERROR` | `EgoPose` record is not empty. |
25-
| `REC005` | `calibrated-sensor-non-empty` | `ERROR` | `CalibratedSensor` record is not empty. |
26-
| `REC006` | `instance-not-empty` | `ERROR` | `Instance` record is not empty if either 'SampleAnnotation' or 'ObjectAnn' is not empty. |
19+
| ID | Name | Severity | Description |
20+
| -------- | ----------------------------- | -------- | ----------------------------------------------------------------------------------------------- |
21+
| `REC001` | `scene-single` | `ERROR` | `Scene` record is a single. |
22+
| `REC002` | `sample-not-empty` | `ERROR` | `Sample` record is not empty. |
23+
| `REC003` | `sample-data-not-empty` | `ERROR` | `SampleData` record is not empty. |
24+
| `REC004` | `ego-pose-not-empty` | `ERROR` | `EgoPose` record is not empty. |
25+
| `REC005` | `calibrated-sensor-non-empty` | `ERROR` | `CalibratedSensor` record is not empty. |
26+
| `REC006` | `instance-not-empty` | `ERROR` | `Instance` record is not empty if either `SampleAnnotation` or `ObjectAnnotation` is not empty. |
2727

2828
## Reference (`REF`)
2929

0 commit comments

Comments
 (0)