Skip to content

Commit

Permalink
docs(guides/hello-world/add-table): typo (latticexyz#2521)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Ingersoll <kingersoll@gmail.com>
  • Loading branch information
qbzzt and holic authored Mar 21, 2024
1 parent db1492e commit b96014a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guides/hello-world/add-table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Block numbers and timestamps can be values up to `uint256`, so we'll use this ty

<CollapseCode>

```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;
Expand Down

0 comments on commit b96014a

Please sign in to comment.