Skip to content

Commit b1c931d

Browse files
committed
Fix exponent notation
1 parent ceb1c7e commit b1c931d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryProtocol-8bit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This field is optional. In order to indicate that this field is available, the b
127127
> **Note**
128128
>
129129
> The full timestamp information can thus be retrieved using the formula:
130-
> Timestamp(s) = [`Seconds`] + [`Microseconds`] * 32 * 10-6
130+
> Timestamp(s) = [`Seconds`] + [`Microseconds`] * 32 * 10<sup>-6</sup>
131131
132132
### Checksum (1 byte)
133133

0 commit comments

Comments
 (0)