Skip to content

Commit 4548a43

Browse files
committed
change comment
1 parent 9f4100d commit 4548a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MemoryPreview/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const getMemoryInterpretations = (bytes: Uint8Array, numeralSystem: Numer
8686
}
8787

8888
if (bytes.length > 32) {
89-
return ["Memory too large to display"];
89+
return ["Max memory for interpretations is 32 bytes"];
9090
}
9191

9292
function fmt(value: number | bigint): string {

0 commit comments

Comments
 (0)