diff options
author | Laoujin <woutervs@hotmail.com> | 2015-02-01 19:01:47 +0100 |
---|---|---|
committer | Laoujin <woutervs@hotmail.com> | 2015-02-01 19:01:47 +0100 |
commit | 031637455c6fef9ea51dbe1073129c4871ad10d9 (patch) | |
tree | a5a2f00f3dd982a2c7d085cef795c06dbecd663d | |
parent | 564f1b20b8a858c928f672fb8285a923bd9ccd43 (diff) |
[CSharp/en]Fixed typo
-rw-r--r-- | csharp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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` |