Skip to content

Commit 5f748c8

Browse files
committed
Test Push 2
1 parent 838d0f2 commit 5f748c8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

documents/technical-specifications/technical-specifications.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -463,19 +463,19 @@ The main information we can extract from these elements are:
463463
###### JSON Counterpart:
464464
```JSON
465465
{
466-
      "Input": {
467-
        "type": "userInput",
468-
        "id": "0",
469-
        "io": "output",
470-
        "port": "0"
466+
"Input": {
467+
"type": "userInput",
468+
"id": "0",
469+
"io": "output",
470+
"port": "0"
471471
},
472-
      "Output": {
473-
        "type": "lut",
474-
        "id": "175",
475-
        "io": "input",
476-
        "port": "3"
472+
"Output": {
473+
"type": "lut",
474+
"id": "175",
475+
"io": "input",
476+
"port": "3"
477477
},
478-
      "Delay": 235.697
478+
"Delay": 235.697
479479
},
480480
```
481481

0 commit comments

Comments
 (0)