Skip to content

Commit

Permalink
update library calls -> dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad committed Jun 5, 2024
1 parent 75e2d0d commit e7d3b0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ Summary
- [List](./ch02/list.md)
- [Plugins](./ch02/plugins.md)
- [Signature Verification](./ch02/signature_verification.md)
- [Library Calls](./ch02/library_calls.md)
- [Library Dispatcher](./ch02/library_dispatcher.md)
3 changes: 0 additions & 3 deletions src/ch02/library_calls.md → src/ch02/library_dispatcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ For further reading: [Cairo book](https://book.cairo-lang.org/ch15-02-contract-d
```rust
{{#rustdoc_include ../../listings/advanced-concepts/library_calls/src/library_call.cairo:library_dispatcher}}
```



0 comments on commit e7d3b0c

Please sign in to comment.