Hayden Schiff il y a 9 ans
Parent
commit
5c3c6f9e08
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/common/csvsort.md

+ 1 - 1
pages/common/csvsort.md

@@ -11,7 +11,7 @@
 
 `csvsort -r -c {{name}} {{data.csv}}`
 
-- Sort a CSV file by columns 2, then by column 4:
+- Sort a CSV file by column 2, then by column 4:
 
 `csvsort -c {{2,4}} {{data.csv}}`