Skip to content

Commit 18ff8f7

Browse files
authored
Update hex-format.md: add missing space (#190)
1 parent af73c3c commit 18ff8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/hex-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ We have created a [standalone error hex](/docs/software/assets/stand-alone-error
4343
This example shows the worst, best and acceptable (when support for V1 is impossible) cases for users. The best case is to provide a Universal Hex that supports all board variants.
4444
![Universal Hex error 1](/docs/software/assets/hex-compatibility-errors.png)
4545

46-
These examples show the process of creating a Universal Hex. A V1 and V2 hex can be combined to produce a Universal Hex. If you can only support a V2 board,the standalone error can be combined with a V2 hex to produce a hex that will fail with an error on a V1 board, rather than failing silently.
46+
These examples show the process of creating a Universal Hex. A V1 and V2 hex can be combined to produce a Universal Hex. If you can only support a V2 board, the standalone error can be combined with a V2 hex to produce a hex that will fail with an error on a V1 board, rather than failing silently.
4747

4848
|Universal Hex format |V2 only Hex format |
4949
|-----------------------------------------------------------|-----------------------------------------------------------|

0 commit comments

Comments
 (0)