Skip to content

Commit 20bfd81

Browse files
authored
Merge pull request #211 from MaxfieldWalker/fix-typo
Fix typo
2 parents 620445b + ea2b0ca commit 20bfd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Saving/Saving/Basics/Sample.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static void Run()
5353
var firstBlog = db.Blogs.First();
5454
firstBlog.Url = "";
5555

56-
var lastBlog = db.Blogs.First();
56+
var lastBlog = db.Blogs.Last();
5757
db.Blogs.Remove(lastBlog);
5858

5959
db.SaveChanges();

0 commit comments

Comments
 (0)