Skip to content

Commit

Permalink
Merge pull request coresmart#45 from chetan51/patch-1
Browse files Browse the repository at this point in the history
Edited README.md via GitHub
  • Loading branch information
Zef Hemel committed May 19, 2011
2 parents 41f2f94 + 2f07855 commit 79632c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -337,7 +337,7 @@ Persisting/removing objects

Similar to [hibernate](http://www.hibernate.org), `persistence.js`
uses a tracking mechanism to determine which objects' changes have to
be persisted to the datase. All objects retrieved from the database
be persisted to the database. All objects retrieved from the database
are automatically tracked for changes. New entities can be tracked to
be persisted using the `persistence.add` function:

Expand Down

0 comments on commit 79632c0

Please sign in to comment.