Skip to content

Commit

Permalink
Typo fix for NFTDescriptor.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Oct 2, 2024
1 parent 0682387 commit 4660e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/libraries/NFTDescriptor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ library NFTDescriptor {
uint256 sigfigs;
// length of decimal string
uint8 bufferLength;
// ending index for significant figures (funtion works backwards when copying sigfigs)
// ending index for significant figures (function works backwards when copying sigfigs)
uint8 sigfigIndex;
// index of decimal place (0 if no decimal)
uint8 decimalIndex;
Expand Down

0 comments on commit 4660e65

Please sign in to comment.