Skip to content

Commit

Permalink
Fix spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jan 16, 2024
1 parent 7dc9f5a commit 9678ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEEP_DIVE.md
Expand Up @@ -99,7 +99,7 @@ Again, the second transfer is rejected because it was never created.
```bash
zig/zig run src/demos/demo_05_post_pending_transfers.zig --deps vsr --mod vsr::src/vsr.zig
# At this point, Account[1] has reached its credit limit (no more debit transfers allowed).
zig/zig run src/demos/demo_02_lookup_accountsf.zig --deps vsr --mod vsr::src/vsr.zig
zig/zig run src/demos/demo_02_lookup_accounts.zig --deps vsr --mod vsr::src/vsr.zig
```

Let's also pretend someone else tried to void the pending transfer concurrently:
Expand Down

0 comments on commit 9678ad3

Please sign in to comment.