Skip to content

Commit d2b29b7

Browse files
author
Hanno Klein
committed
Enhanced heading styles for ISO
Also corrected an XML typo
1 parent 732a3ab commit d2b29b7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

v1-0-STANDARD/doc/01Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ and data examples.
7676
This is a sample encoding specification
7777

7878
```xml
79-
<type name="short" primitiveType="int16" semanticType="int" />
79+
<type name="short" primitiveType="int16" semanticType="int"/>
8080
```
8181

8282
This is sample data as it would be transmitted on the wire

v1-0-STANDARD/doc/03MessageStructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ be encoded in big-endian byte order, also known as network byte order.
2929
Simple Open Framing Header as an SBE composite encoding (big-endian)
3030

3131
```xml
32-
<composite name="framingHeader"/>
32+
<composite name="framingHeader">
3333
<type name="messageLength" primitiveType="uint32" />
3434
<type name="encodingType" primitiveType="uint16" />
3535
</composite>
15 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)