https://github.com/toml-lang/toml/blame/master/README.md#L18
Maybe non- should be removed? Or it's correct in English expression?
BTW:
key/value is \xA0, not \x20.or of compatible type should be removed, because now mixed type array is ok.Since it's rc version now, fix them is not too late.
The "non" is correct here; it's saying that there will only be changes to the TOML format between the RC and full release if something critical comes up.
For the other minor text formatting things, you could submit a pull request...
@marzer Does "critical change" mean "important change" and "break change" here?
But the whole sentence seems tried to tell people version 1.0.0-rc.1 is very stable, and won't have "important" nor "break" change with version 1.0.0 in the future?
Ok, I will make a PR to fix the rest three small bug, so ignore them here.
+1 to all that @marzer said. :)
That language basically keeps the option to make a change open. I think it also clearly communicates that we don't plan to make any changes to the to the language's design without a very strong reason to do so, between now and 1.0.0.
I see, so this sentence means that 1.0.0 won't have big changes, except the change (problem) is too big, which we have to change. Thank you!
Most helpful comment
The "non" is correct here; it's saying that there will only be changes to the TOML format between the RC and full release if something critical comes up.
For the other minor text formatting things, you could submit a pull request...