Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
i2van authored Mar 29, 2021
1 parent 3ae3c48 commit 7bc3e4a
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 @@ -273,7 +273,7 @@ See below.
- Relations can not be accessed via indexers.

```csharp
var author = Authors.First()
var author = Authors.First();

// Property (preferable).
var name = author.Name;
Expand Down

0 comments on commit 7bc3e4a

Please sign in to comment.