mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Minor Math Sum Additions (#2007)
* Move sum tests into math directory * Move sum documentation over to math documentation One sum example already existed in the math examples and a few of the others were outdated and didn't work, so I only moved one over, and updated their output * Remove no-longer-in-use mod statement
This commit is contained in:
@ -44,7 +44,6 @@ mod split_by;
|
||||
mod split_column;
|
||||
mod split_row;
|
||||
mod str_;
|
||||
mod sum;
|
||||
mod touch;
|
||||
mod trim;
|
||||
mod uniq;
|
||||
|
Reference in New Issue
Block a user