Skip to content

Commit

Permalink
Update Counter.sol
Browse files Browse the repository at this point in the history
fix small comment
  • Loading branch information
jatZama authored Dec 20, 2024
1 parent e69cbd8 commit 80c1689
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 80c1689

Please sign in to comment.