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