Skip to content

Commit

Permalink
Fix example B.2.1, closes #80 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
autermann authored Dec 13, 2024
1 parent 01b2f0b commit a796f8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion swecommon/standard/sections/annex-examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ The equivalent JSON description for this “DataArray” is provided below:
{"temp": 0, "error": 5},
{"temp": 10, "error": 2},
{"temp": 50, "error": 2},
{"temp": 80, "error": 5}
{"temp": 80, "error": 5},
{"temp": 70, "error": 3}
]
}
----

Expand Down

0 comments on commit a796f8d

Please sign in to comment.