getkyo / kyo

Toolkit for Scala Development
https://getkyo.io
Apache License 2.0
481 stars 38 forks source link

docs: Correct heading levels for Data Types sections #488

Closed taretmch closed 2 weeks ago

taretmch commented 2 weeks ago

Hello,

This is my first contribution to this project. I noticed some inconsistencies in the documentation's heading levels under the Data Types section and decided to fix them.

Specifically, the headings for 'Maybe: Allocation-free Optional Values' and 'Result: Low-allocation Try Alternative' were updated from '##' to '###'. This change ensures a uniform structure and improves the readability of the documentation. No functional changes were made to the codebase.

Thank you for considering this pull request.

fwbrasil commented 2 weeks ago

thank you @taretmch!