Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Aug 26, 2024
1 parent 9b2e39c commit 63eee24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

The following demonstrates the breaking change.

Before:
Before:

```sway
// Compute bytecode root
Expand All @@ -48,6 +48,7 @@ verify_predicate_address_with_configurables(my_predicate_address, my_bytecode, m
```

After:

```sway
// Compute bytecode root
let root_no_configurables: BytecodeRoot = compute_bytecode_root(my_bytecode, None);
Expand Down

0 comments on commit 63eee24

Please sign in to comment.