Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-weigelt committed Jan 29, 2025
1 parent c14e718 commit 364a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/ic-interface-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -7555,7 +7555,7 @@ ic0.cost_vetkey<es>(src: I, size: I, dst: I) : () =
copy_cycles_to_canister<es>(dst, arbitrary())

I ∈ {i32, i64}
ic0.replication_factor<es, S>(src: I, size: I, dst: I) : i32 =
ic0.replication_factor<es, S>(src: I, size: I) : i32 =
principal_bytes = copy_from_canister<es>(src, size)
if not principal_bytes encode a principal then
Trap {cycles_used = es.cycles_used;}
Expand Down

0 comments on commit 364a80f

Please sign in to comment.