Minor formatting issue on "<no attribute>" case

This commit is contained in:
Julien Couvreur 2018-07-19 07:26:34 -07:00 committed by GitHub
parent 1b4d4e5e7c
commit 9b4e7a8c62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ Proposal:
* `[NonNullTypes(true)]`: Warnings are on and unannotated types are non-nullable
* `[NonNullTypes(false)]`: Warnings are on but unannotated types are oblivious
* <no attribute>: Warnings are off and unannotated types are oblivious
* `<no attribute>`: Warnings are off and unannotated types are oblivious
The biggest benefit: if the warning opt-in is in source code, the nullable
warnings are not a breaking change. It's also noted