From d4c8b8acc7177d9fe27dc9776b93f9dfb486b093 Mon Sep 17 00:00:00 2001 From: Lempireqc <34109409+Lempireqc@users.noreply.github.com> Date: Fri, 6 Apr 2018 08:14:17 -0400 Subject: [PATCH] Update overview.md --- docs/pages/tutorials/overview.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/pages/tutorials/overview.md b/docs/pages/tutorials/overview.md index d65897d..48299c0 100644 --- a/docs/pages/tutorials/overview.md +++ b/docs/pages/tutorials/overview.md @@ -84,7 +84,7 @@ context.Customers (Coming Soon) .Where(x => x.Actif && x.LastLogin < DateTime.Now.AddYears(-2)) .UpdateFromQuery(x => new Customer {Actif = false}); {% endhighlight %} -