summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--csharp.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp.html.markdown b/csharp.html.markdown
index ad43e607..4a238f25 100644
--- a/csharp.html.markdown
+++ b/csharp.html.markdown
@@ -35,7 +35,7 @@ using System.Threading.Tasks;
using System.IO;
// defines scope to organize code into "packages"
-namespace Learning
+namespace LearningXInYMinutes.CSharp
{
// Each .cs file should at least contain a class with the same name as the file
// you're allowed to do otherwise, but shouldn't for sanity.