In our translation of this doc we found some typos. Some of them has been fixed already, but this one is still remained:
Should the now non-nullable be the new non-nullable ?
Pretty sure @munificent meant "now". List used to be nullable, but "now" (i.e. under null safety) it's non-nullable.
Thanks for the explanation!