Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
go-jet authored Sep 21, 2019
1 parent 4309b59 commit e965aaa
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 @@ -516,7 +516,7 @@ Automatic scan to arbitrary structure removes a lot of headache and boilerplate

##### Speed of execution

While ORM libraries can introduce significant performance penalties due too number of round-trips to the database,
While ORM libraries can introduce significant performance penalties due to number of round-trips to the database,
Jet will always perform much better, because of the single database call.

Common web and database server usually are not on the same physical machine, and there is some latency between them.
Expand Down

0 comments on commit e965aaa

Please sign in to comment.