From c5fe0b84a91c63112dfca3c6347335c564d645dc Mon Sep 17 00:00:00 2001 From: Christopher Granade Date: Wed, 21 Oct 2020 19:56:36 -0700 Subject: [PATCH] Disambiguate `Documentation`. --- src/Kernel/Magic/DebugMagic.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Kernel/Magic/DebugMagic.cs b/src/Kernel/Magic/DebugMagic.cs index 18830e0c65..df06a55f94 100644 --- a/src/Kernel/Magic/DebugMagic.cs +++ b/src/Kernel/Magic/DebugMagic.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #nullable enable @@ -60,7 +60,7 @@ public DebugMagic( ILogger? logger ) : base( "debug", - new Documentation + new Microsoft.Jupyter.Core.Documentation { Summary = "Steps through the execution of a given Q# operation or function.", Description = $@"