Skip to content

Commit

Permalink
Fix typos (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
domwoe authored Mar 28, 2024
1 parent 3d19d83 commit 514ebd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motoko/icrc2-swap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ dfx canister call token_a icrc1_balance_of 'record {

# Check Bob's Token A balance, They should now have 0.99990000 A.
dfx canister call token_a icrc1_balance_of 'record {
owner = principal "'${ALICE}'";
owner = principal "'${BOB}'";
}'
```

Expand Down Expand Up @@ -293,7 +293,7 @@ make test

## Possible improvements

- Keep a history of deposits/withdrawaps/swaps.
- Keep a history of deposits/withdrawals/swaps.
- Add a frontend.

## Known issues
Expand Down

0 comments on commit 514ebd5

Please sign in to comment.