Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Cantin authored Oct 26, 2018
1 parent d173959 commit d6d27fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A simple, efficient, generally applicable engine for implementing graph-pulling
in the Clojure ecosystem, especially regarding their performance characteristics (N+1 problem),
genericity, programmability or simplicity.

It does so by providing by providing an execution engine for a **general, data-oriented query language,**
It does so by providing an execution engine for a **general, data-oriented query language,**
which allows for registering data-fetching logic in a way that is declarative,
expressive, and friendly to performance.

Expand Down

0 comments on commit d6d27fb

Please sign in to comment.