Skip to content

Commit

Permalink
Fix 'outputing' -> 'outputting'
Browse files Browse the repository at this point in the history
  • Loading branch information
samgozman committed Sep 9, 2023
1 parent 4b6c2e6 commit 4fcceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Importing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ any uploaded contract.
## Reviewing

Once you have done the quick programmatic checks, it is good to give at least a quick
look through the code. A glance at `examples/schema.rs` to make sure it is outputing
look through the code. A glance at `examples/schema.rs` to make sure it is outputting
all relevant structs from `contract.rs`, and also ensure `src/lib.rs` is just the
default wrapper (nothing funny going on there). After this point, we can dive into
the contract code itself. Check the flows for the execute methods, any invariants and
Expand Down

0 comments on commit 4fcceb9

Please sign in to comment.