Skip to content

Commit 7a410a0

Browse files
Project: Update URL Universal Hex spec repo.
1 parent c072452 commit 7a410a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/universal-hex.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface IndividualHex {
2323
* - Extended linear address record
2424
*
2525
* More information on the format:
26-
* https://github.com/microbit-foundation/fat-binaries
26+
* https://github.com/microbit-foundation/universal-hex
2727
*
2828
* @throws {Error} When the Board ID is not between 0 and 2^16.
2929
*
@@ -151,7 +151,7 @@ function createUniversalHex(hexes: IndividualHex[]): string {
151151
}
152152

153153
/**
154-
* Checks if the provided hex string is a fat binary.
154+
* Checks if the provided hex string is a universal hex.
155155
*
156156
* Very simple test only checking for the opening Extended Linear Address and
157157
* Block Start records.

0 commit comments

Comments
 (0)