1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 22:57:46 +00:00

Fix typos (#982)

This commit is contained in:
Ian Manske 2024-11-21 20:51:05 -08:00 committed by GitHub
parent fc1d1989b6
commit dee0e7efcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 838 additions and 833 deletions

View file

@ -211,7 +211,7 @@ export def "cartesian product" [
def cartesian_product [] {
use std assert
# emptyness
# emptiness
assert equal (cartesian product [] []) []
assert equal (cartesian product []) []
assert equal (cartesian product) []