Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rccsousa committed Oct 30, 2024
1 parent 2fcb782 commit 0301612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interfaces.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ interface StructTypes {
*/
struct CharState {
string char;
uint256 state; // 0 = miss ; 1 = exists ; 2 = hit ; 3 = wrong
uint256 state; // 0 = miss ; 1 = exists ; 2 = hit ; 3 = discarded
}
}

0 comments on commit 0301612

Please sign in to comment.