From 894f41c39eb2c70568c63d8c92f824a7b8876651 Mon Sep 17 00:00:00 2001 From: Ori Pomerantz Date: Tue, 27 Feb 2024 09:14:36 -0600 Subject: [PATCH] docs(world/systems): fix code highlighting (#2308) --- docs/pages/world/systems.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/world/systems.mdx b/docs/pages/world/systems.mdx index 575f7d8d11..334b6a8444 100644 --- a/docs/pages/world/systems.mdx +++ b/docs/pages/world/systems.mdx @@ -207,7 +207,7 @@ If you need multiple instances of a `System` in the same world, you can deploy t -```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;