Skip to content

Commit

Permalink
Merge pull request #211 from MaxfieldWalker/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
rowanmiller committed Jul 1, 2016
2 parents 620445b + ea2b0ca commit 20bfd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Saving/Saving/Basics/Sample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static void Run()
var firstBlog = db.Blogs.First();
firstBlog.Url = "";

var lastBlog = db.Blogs.First();
var lastBlog = db.Blogs.Last();
db.Blogs.Remove(lastBlog);

db.SaveChanges();
Expand Down

0 comments on commit 20bfd81

Please sign in to comment.