Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Vasilevsky committed Aug 20, 2024
1 parent 8ee6f3f commit e893cb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler/qsc_doc_gen/src/generate_docs/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e893cb6

Please sign in to comment.