Skip to content

Commit

Permalink
Docs - Remove highlighting (#2800)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

-

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
  • Loading branch information
kkawula authored Dec 19, 2024
1 parent 7218b4b commit fefb5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/starknet/sncast-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For example, this is equivalent to using the `--calldata` option with the follow

To obtain the serialized form of the wished data, you can write a Cairo program that calls `Serde::serialize` on subsequent arguments and displays the results.

Read more about it in the [Cairo documentation](https://book.cairo-lang.org/appendix-03-derivable-traits.html?highlight=seri#serializing-with-serde).
Read more about it in the [Cairo documentation](https://book.cairo-lang.org/appendix-03-derivable-traits.html?#serializing-with-serde).

### How to Use `--wait` Flag

Expand Down

0 comments on commit fefb5d6

Please sign in to comment.