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 9f4100d commit 4548a43Copy full SHA for 4548a43
src/components/MemoryPreview/utils.ts
@@ -86,7 +86,7 @@ export const getMemoryInterpretations = (bytes: Uint8Array, numeralSystem: Numer
86
}
87
88
if (bytes.length > 32) {
89
- return ["Memory too large to display"];
+ return ["Max memory for interpretations is 32 bytes"];
90
91
92
function fmt(value: number | bigint): string {
0 commit comments