We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92d98b commit c8af370Copy full SHA for c8af370
price_feeds/ton/send_usd/contracts/imports/stdlib.fc
@@ -631,7 +631,7 @@ int get_seed() impure asm "RANDSEED";
631
;;; Equivalent to randomize(cur_lt());.
632
() randomize_lt() impure asm "LTIME" "ADDRAND";
633
634
-;;; Checks whether the data parts of two slices coinside
+;;; Checks whether the data parts of two slices coincide
635
int equal_slices_bits(slice a, slice b) asm "SDEQ";
636
;;; Checks whether b is a null. Note, that FunC also has polymorphic null? built-in.
637
int builder_null?(builder b) asm "ISNULL";
0 commit comments