diff --git a/compiler/qsc_doc_gen/src/generate_docs/tests.rs b/compiler/qsc_doc_gen/src/generate_docs/tests.rs index 0d1e066ef4..8fb8e83225 100644 --- a/compiler/qsc_doc_gen/src/generate_docs/tests.rs +++ b/compiler/qsc_doc_gen/src/generate_docs/tests.rs @@ -27,7 +27,9 @@ fn docs_generation() { qsharp.summary: "Returns the number of elements in the input array `a`." --- - # Microsoft.Quantum.Core.Length function + # Length function + + Fully qualified name: Microsoft.Quantum.Core.Length ```qsharp function Length<'T>(a : 'T[]) : Int