Skip to content

Commit a9ef7e2

Browse files
author
Florian Eckerstorfer
committed
Fix typo in README
1 parent 9b73d68 commit a9ef7e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ArrayQuery is a library to query arrays.
2323
Motivation
2424
----------
2525

26-
Data is often stored in arrays or arrays (for example, after reading it from CSV) and some items (or rows) have to be
26+
Data is often stored in arrays of arrays (for example, after reading it from CSV) and some items (or rows) have to be
2727
picked out before the data can be further processed or stored in a database. Writing such code is not very hard, but
2828
it often gets messy. Loops within loops, multiple if or switch statement, temporary variables and so on. ArrayQuery
2929
provided a clean and testable interface (inspired by query builders from ORMs) for these "array queries."

0 commit comments

Comments
 (0)