Rename average to avg

This commit is contained in:
Joseph T Lyons
2020-06-19 19:20:25 -04:00
committed by Andrés N. Robalino
parent ed7a62bca3
commit 088901b24f
6 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
mod average;
mod avg;
mod median;
use nu_test_support::{nu, pipeline};