Skip to content

Commit

Permalink
add precision about default entity creation context
Browse files Browse the repository at this point in the history
  • Loading branch information
dlajarretie committed Feb 24, 2015
1 parent 3bf4cf6 commit e834e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Creating-Entities.md
@@ -1,6 +1,6 @@
# Creating Entities

To create and insert a new instance of an Entity in the default context, you can use:
To create and insert a new instance of an Entity in the current thread default context, you can use:

```objective-c
Person *myPerson = [Person MR_createEntity];
Expand Down

0 comments on commit e834e65

Please sign in to comment.