Need to correct documention for example - [Simple Types - Null](https://docs.mulesoft.com/dataweave/2.5/dataweave-type-system#null) Below DW cript returns null instead of exception - ``` %dw 2.0 import * from dw::core::Strings output application/json --- repeat(null, 3) ``` **Output returns null instead of exception** - <img width="952" alt="image" src="https://github.com/mulesoft/docs-dataweave/assets/22897837/837dd2bf-8feb-47bd-917c-c108d4f4a56c">