mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-04 21:43:38 +00:00
typofix
This commit is contained in:
parent
77d1154dd5
commit
ba7f18c789
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import (
|
|||
// * numeric compares on numbers
|
||||
// * false < true
|
||||
|
||||
func TestComparctors(t *testing.T) {
|
||||
func TestComparators(t *testing.T) {
|
||||
|
||||
i10 := MlrvalFromInt(10)
|
||||
i2 := MlrvalFromInt(2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue