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:
parent
fc1d1989b6
commit
dee0e7efcd
19 changed files with 838 additions and 833 deletions
|
@ -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) []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue