Skip to content

Commit

Permalink
Merge pull request #7 from Jon-Becker/demo
Browse files Browse the repository at this point in the history
GitHub Contribution Badges
  • Loading branch information
Jon-Becker authored Jun 1, 2022
2 parents 172596c + 512bc47 commit 0765768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/BadgeRenderer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ contract BadgeRenderer {
}

/// @notice Formats an integer to a shortened, less precise string.
/// For example, 1200 becomes 1.2k, 98372 becomes 98.3k, etc.
/// For example, 1200 becomes 1.2k, 98372 becomes 98.3k, etc...
/// @param _integerAsUint The integer to format
/// @param _precision The number of decimal places to include in the string
/// @return The formatted string
Expand Down

0 comments on commit 0765768

Please sign in to comment.