mithrandie / csvq

SQL-like query language for csv
https://mithrandie.github.io/csvq
MIT License
1.5k stars 65 forks source link

Corrected spelling error #27

Closed derekmahar closed 4 years ago

derekmahar commented 4 years ago

Corrected spelling of word "whitch" so that it reads "which".

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   90.91%   90.93%   +0.02%     
==========================================
  Files          74       75       +1     
  Lines       17932    17956      +24     
==========================================
+ Hits        16302    16328      +26     
+ Misses       1260     1257       -3     
- Partials      370      371       +1     
Impacted Files Coverage Δ
lib/action/run.go 40.57% <0.00%> (-0.30%) :arrow_down:
lib/query/transaction.go 69.47% <0.00%> (-0.09%) :arrow_down:
lib/query/session.go 61.98% <0.00%> (ø)
lib/query/comparison.go 100.00% <0.00%> (ø)
lib/query/built_in_command.go 89.72% <0.00%> (ø)
lib/query/completer_readline.go 99.34% <0.00%> (ø)
lib/query/terminal_functions.go 0.00% <0.00%> (ø)
lib/cmd/flags.go 92.10% <0.00%> (+0.10%) :arrow_up:
lib/query/encode.go 81.02% <0.00%> (+1.24%) :arrow_up:
lib/query/processor.go 78.48% <0.00%> (+1.52%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c99f2f9...d246231. Read the comment docs.