We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c072452 commit 7a410a0Copy full SHA for 7a410a0
src/universal-hex.ts
@@ -23,7 +23,7 @@ interface IndividualHex {
23
* - Extended linear address record
24
*
25
* More information on the format:
26
- * https://github.com/microbit-foundation/fat-binaries
+ * https://github.com/microbit-foundation/universal-hex
27
28
* @throws {Error} When the Board ID is not between 0 and 2^16.
29
@@ -151,7 +151,7 @@ function createUniversalHex(hexes: IndividualHex[]): string {
151
}
152
153
/**
154
- * Checks if the provided hex string is a fat binary.
+ * Checks if the provided hex string is a universal hex.
155
156
* Very simple test only checking for the opening Extended Linear Address and
157
* Block Start records.
0 commit comments