From d09978dddd3b791e5314c0b174abd82ad1b7bcfe Mon Sep 17 00:00:00 2001 From: Dmitry Vasilevsky Date: Thu, 15 Aug 2024 18:27:21 -0700 Subject: [PATCH] Updated tests --- compiler/qsc_doc_gen/src/generate_docs/tests.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/qsc_doc_gen/src/generate_docs/tests.rs b/compiler/qsc_doc_gen/src/generate_docs/tests.rs index 928e00cb30..0d1e066ef4 100644 --- a/compiler/qsc_doc_gen/src/generate_docs/tests.rs +++ b/compiler/qsc_doc_gen/src/generate_docs/tests.rs @@ -27,9 +27,7 @@ fn docs_generation() { qsharp.summary: "Returns the number of elements in the input array `a`." --- - # Length function - - Namespace: Microsoft.Quantum.Core + # Microsoft.Quantum.Core.Length function ```qsharp function Length<'T>(a : 'T[]) : Int