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 %} -