Update README.md

This commit is contained in:
2025-01-31 07:08:38 +01:00
committed by GitHub
parent 9ecec1876b
commit 8058407c16

View File

@@ -85,10 +85,10 @@ myBool = false
[MySection.MySubsection] [MySection.MySubsection]
myFloat = 1.065f myFloat = 1.065f
myFloat2 = 1e18f myFloat2 = 1e18f
hexValue = 0xFA8 hexValue = FA8x
[MySection.MySubsection.AnotherSubsection] [MySection.MySubsection.AnotherSubsection]
binValue = 0b0010010 binValue = 0010010b
# Another comment # Another comment
anotherDec = 1_000_375 anotherDec = 1_000_375