Skip to content

Commit c8af370

Browse files
authored
typo fix stdlib.fc
1 parent f92d98b commit c8af370

File tree

1 file changed

+1
-1
lines changed
  • price_feeds/ton/send_usd/contracts/imports

1 file changed

+1
-1
lines changed

price_feeds/ton/send_usd/contracts/imports/stdlib.fc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ int get_seed() impure asm "RANDSEED";
631631
;;; Equivalent to randomize(cur_lt());.
632632
() randomize_lt() impure asm "LTIME" "ADDRAND";
633633

634-
;;; Checks whether the data parts of two slices coinside
634+
;;; Checks whether the data parts of two slices coincide
635635
int equal_slices_bits(slice a, slice b) asm "SDEQ";
636636
;;; Checks whether b is a null. Note, that FunC also has polymorphic null? built-in.
637637
int builder_null?(builder b) asm "ISNULL";

0 commit comments

Comments
 (0)