From b96014a816f173a5cf683555c5bc463c1066a0c3 Mon Sep 17 00:00:00 2001 From: Ori Pomerantz Date: Thu, 21 Mar 2024 15:32:56 -0500 Subject: [PATCH] docs(guides/hello-world/add-table): typo (#2521) Co-authored-by: Kevin Ingersoll --- docs/pages/guides/hello-world/add-table.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/guides/hello-world/add-table.mdx b/docs/pages/guides/hello-world/add-table.mdx index b1fa6dc4d6..8f0c8b3f49 100644 --- a/docs/pages/guides/hello-world/add-table.mdx +++ b/docs/pages/guides/hello-world/add-table.mdx @@ -72,7 +72,7 @@ Block numbers and timestamps can be values up to `uint256`, so we'll use this ty -```solidity filename="IncrementSystem.sol.sol" copy showLineNumbers {5, 12} +```solidity filename="IncrementSystem.sol" copy showLineNumbers {5, 12} // SPDX-License-Identifier: MIT pragma solidity >=0.8.0;