From 031637455c6fef9ea51dbe1073129c4871ad10d9 Mon Sep 17 00:00:00 2001 From: Laoujin Date: Sun, 1 Feb 2015 19:01:47 +0100 Subject: [CSharp/en]Fixed typo --- csharp.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp.html.markdown') diff --git a/csharp.html.markdown b/csharp.html.markdown index 87a70200..479b7f01 100644 --- a/csharp.html.markdown +++ b/csharp.html.markdown @@ -34,7 +34,7 @@ using System.Net; using System.Threading.Tasks; using System.IO; -// But this is one is not: +// But this one is not: using System.Data.Entity; // In order to be able to use it, you need to add a dll reference // This can be done with the NuGet package manager: `Install-Package EntityFramework` -- cgit v1.2.3