Skip to content

Commit

Permalink
Rephrase doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano authored and igorT committed Nov 10, 2018
1 parent bbd72fb commit 8b7de9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/relationships/belongs-to.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ import { DEBUG } from '@glimmer/env';
In contrast to async relationship, accessing a sync relationship
will always return the record (Model instance) for the existing
local resource, or null. But it will error on access when
a related resource is known to exist but has not been loaded.
a related resource is known to exist and it has not been loaded.
```
let post = comment.get('post');
Expand Down

0 comments on commit 8b7de9e

Please sign in to comment.