summaryrefslogtreecommitdiffhomepage
path: root/csharp.html.markdown
diff options
context:
space:
mode:
authorLaoujin <woutervs@hotmail.com>2015-02-01 19:01:47 +0100
committerLaoujin <woutervs@hotmail.com>2015-02-01 19:01:47 +0100
commit031637455c6fef9ea51dbe1073129c4871ad10d9 (patch)
treea5a2f00f3dd982a2c7d085cef795c06dbecd663d /csharp.html.markdown
parent564f1b20b8a858c928f672fb8285a923bd9ccd43 (diff)
[CSharp/en]Fixed typo
Diffstat (limited to 'csharp.html.markdown')
-rw-r--r--csharp.html.markdown2
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`