Skip to content

Commit

Permalink
docs(world/systems): fix code highlighting (#2308)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt authored Feb 27, 2024
1 parent 3622e39 commit 894f41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/world/systems.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ If you need multiple instances of a `System` in the same world, you can deploy t

<CollapseCode>

```solidity filename="MessagingExtension.s.sol" showLineNumbers {20-21,30-31,38-39}
```solidity filename="MessagingExtension.s.sol" showLineNumbers {20,28,35-37}
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.21;
Expand Down

0 comments on commit 894f41c

Please sign in to comment.