From 17e3a634414f61be4fc4f456cae3d489cc32b224 Mon Sep 17 00:00:00 2001
From: Mariia Mykhailova <michaylova@gmail.com>
Date: Thu, 6 Aug 2020 15:26:59 -0700
Subject: [qsharp/en] Remove mention of multi-line comments

Q# does not support multi-line comments, so that mention can be misleading.
---
 qsharp.html.markdown | 11 -----------
 1 file changed, 11 deletions(-)

(limited to 'qsharp.html.markdown')

diff --git a/qsharp.html.markdown b/qsharp.html.markdown
index bf51a58b..b256043c 100644
--- a/qsharp.html.markdown
+++ b/qsharp.html.markdown
@@ -9,20 +9,9 @@ filename: LearnQSharp.qs
 
 Q# is a high-level domain-specific language which enables developers to write quantum algorithms. Q# programs can be executed on a quantum simulator running on a classical computer and (in future) on quantum computers.
 
-This is the new outline
-
 ```C#
 // Single-line comments start with //
 
-/*
-/
-Multi-line comments
-like so
-\
-*/
-
-// Note: Using C# multi-line around Q# 
-// there doesn't appear to be a Q# markdown formatter yet.
 
 /////////////////////////////////////
 // 1. Quantum data types and operators
-- 
cgit v1.2.3