Skip to content

Commit

Permalink
fixup! HexFormat proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
Abduqodiri Qurbonzoda committed Sep 12, 2023
1 parent a4bd2e7 commit 565881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/stdlib/hex-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Only a subset of Kotlin Standard Library available on all supported platforms is
* Adding the ability to limit the number of hex digits when formatting numeric values
* `NumberHexFormat.maxLength` could be introduced
* When formatting an `Int`, combination of `maxLength = 6` and `removeLeadingZeros = false` results to exactly 6 least significant hex digits
* Combination of `maxLength = 6` and `removeLeadingZeros = true` returns a maximum of 6 hex digits without leading zeros
* Combination of `maxLength = 6` and `removeLeadingZeros = true` returns at most 6 hex (least-significant) digits without leading zeros
* Related request: [KT-60787](https://youtrack.jetbrains.com/issue/KT-60787)
* Overloads for parsing a substring: [KT-58277](https://youtrack.jetbrains.com/issue/KT-58277)
* Overloads for appending format result to an `Appendable`
Expand Down

0 comments on commit 565881b

Please sign in to comment.