From 2d8d1a1367f0a9d39b12eaa1e5763ac8ff822de3 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Wed, 4 Oct 2023 12:31:14 -0600 Subject: [PATCH] pr fix --- src/lib/ic/types/azle_ic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ic/types/azle_ic.ts b/src/lib/ic/types/azle_ic.ts index 8080385fe1..9b4e977f31 100644 --- a/src/lib/ic/types/azle_ic.ts +++ b/src/lib/ic/types/azle_ic.ts @@ -73,7 +73,7 @@ export type AzleIc = { time: () => ArrayBufferLike; // These calls aren't intercepted by our IC object, they go right to the // rust version and come out. Since they don't need to be intercepted I am - // assuming that their types are the same as the types declared by out + // assuming that their types are the same as the types declared by our // interceptor. acceptMessage: () => void; methodName: () => string;