File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def format(key, value)
21
21
22
22
def parse_value ( key , value )
23
23
# Exactly preserve the previous output
24
- # Parsing this can be ambigious if the error messages contains
24
+ # Parsing this can be ambiguous if the error messages contains
25
25
# a single quote
26
26
return "'#{ value } '" if key == :error
27
27
return Kernel . format ( '%.2f' , value ) if value . is_a? Float
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def fields_to_display(data)
17
17
def format ( key , value )
18
18
if key == :error
19
19
# Exactly preserve the previous output
20
- # Parsing this can be ambigious if the error messages contains
20
+ # Parsing this can be ambiguous if the error messages contains
21
21
# a single quote
22
22
value = "'#{ escape value } '"
23
23
elsif value . is_a? Float
You can’t perform that action at this time.
0 commit comments