Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix typos in lib.rs and stdlib.fc #42

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lazer/solana/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use {
std::mem::size_of,
};

// rustfmt's unstable import merging feature breaks complilation.
// rustfmt's unstable import merging feature breaks compilation.
#[rustfmt::skip]
use solana_program::entrypoint;

Expand Down
2 changes: 1 addition & 1 deletion price_feeds/ton/send_usd/contracts/imports/stdlib.fc
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ int get_seed() impure asm "RANDSEED";
;;; Equivalent to randomize(cur_lt());.
() randomize_lt() impure asm "LTIME" "ADDRAND";

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