Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix zip signature to mention closure input type (nushell#12216)
# Description `help zip` now reports: ``` other <one_of(any, closure())>: The other input, or closure returning a stream. ``` Thanks to @edhowland for pointing this out ❤️ # User-Facing Changes - Doc change for zip # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` # After Submitting
- Loading branch information