diff --git a/csharp.html.markdown b/csharp.html.markdown
index 47dd9683..ad43e607 100644
--- a/csharp.html.markdown
+++ b/csharp.html.markdown
@@ -18,8 +18,10 @@ C# is an elegant and type-safe object-oriented language that enables developers
Multi-line comments look like this
*/
///
-/// This is an XML documentation comment
+/// This is an XML documentation comment which can be used to generate external
+/// documentation or provide context help within an IDE
///
+//public void MethodOrClassOrOtherWithParsableHelp() {}
// Specify namespaces application will be using
using System;