From 7093469aaeb0244c736842df220a01ad0546bb8f Mon Sep 17 00:00:00 2001 From: Mariia Mykhailova Date: Tue, 18 Jan 2022 11:26:53 -0800 Subject: [PATCH] Fix capitalization in xref links xref links in https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.diagnostics.assertqubitwithintolerance and https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.diagnostics.assertqubit don't render as links. I believe docgen doesn't recognize API links if they are given in lowercase, it needs proper capitalization in xref. --- src/Simulation/QSharpFoundation/Diagnostics/AssertQubit.qs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Simulation/QSharpFoundation/Diagnostics/AssertQubit.qs b/src/Simulation/QSharpFoundation/Diagnostics/AssertQubit.qs index e1a9e993012..e44142a93e1 100644 --- a/src/Simulation/QSharpFoundation/Diagnostics/AssertQubit.qs +++ b/src/Simulation/QSharpFoundation/Diagnostics/AssertQubit.qs @@ -19,7 +19,7 @@ namespace Microsoft.Quantum.Diagnostics { /// - AssertQubitIsInStateWithinTolerance /// /// # Remarks - /// allows for asserting + /// allows for asserting /// arbitrary qubit states rather than only $Z$ eigenstates. /// /// Note that the Adjoint and Controlled versions of this operation will not @@ -47,7 +47,7 @@ namespace Microsoft.Quantum.Diagnostics { /// - AssertQubitIsInStateWithinTolerance /// /// # Remarks - /// allows for asserting + /// allows for asserting /// arbitrary qubit states rather than only $Z$ eigenstates. /// /// Note that the Adjoint and Controlled versions of this operation will not