Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Commit d3e9dcb

Browse files
committed
Fix a grammar error that bothers me every time I see it in the document.
1 parent a926068 commit d3e9dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ definition. Most commonly, you'll see String as a natural key:
6767
{% endhighlight %}
6868

6969
Natural Keys are protected against mass-assignment, so their `setter=` will need
70-
to be called individually if your looking to set them.
70+
to be called individually if you're looking to set them.
7171

7272
*Fair warning:* Using Boolean, Discriminator, and the time related types as keys
7373
may cause your DBA to hunt you down and "educate" you. DM will not be held

0 commit comments

Comments
 (0)