Skip to content

Commit

Permalink
chore: remove false comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Dec 20, 2024
1 parent e69cbd8 commit 749998e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/Counter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pragma solidity ^0.8.24;
/// @dev This contract provides functionality to increment the 'value' and read its current value
contract Counter {
/// @notice State variable to keep track of the count
/// @dev Stored as a uint32 to save gas
uint32 value;

/// @notice Increases the value by 1 each time this function is called
Expand Down

0 comments on commit 749998e

Please sign in to comment.