Skip to content

Commit 34ac663

Browse files
fix example
1 parent 91ae2ab commit 34ac663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/typed_data.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export async function send(): Promise<string> {
2626
const datum: typeof MyDatum = {
2727
name: fromText("Lucid"),
2828
age: 0n,
29-
fruits: { Other: { name: "Coconut", quantity: 123n } },
29+
fruits: { Other: { name: fromText("Coconut"), quantity: 123n } },
3030
colors: [fromText("Blue"), fromText("Purple")],
3131
description: null,
3232
};

0 commit comments

Comments
 (0)