[ruby/prism] More spacing in config.yml

https://github.com/ruby/prism/commit/825ff8b9ec
This commit is contained in:
Kevin Newton 2024-01-03 11:44:26 -05:00 committed by git
parent ca2a6b7d4d
commit a1d0c621e9

View File

@ -1767,6 +1767,7 @@ nodes:
0o10 base octal, value 8 0o10 base octal, value 8
010 base octal, value 8 010 base octal, value 8
0x10 base hexidecimal, value 16 0x10 base hexidecimal, value 16
A 0 prefix indicates the number has a different base. A 0 prefix indicates the number has a different base.
The d, b, o, and x prefixes indicate the base. If one of those The d, b, o, and x prefixes indicate the base. If one of those
four letters is omitted, the base is assumed to be octal. four letters is omitted, the base is assumed to be octal.