Skip to content

Commit

Permalink
pr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 4, 2023
1 parent fdba1b7 commit 2d8d1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ic/types/azle_ic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2d8d1a1

Please sign in to comment.