We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6050eca commit 9e5f209Copy full SHA for 9e5f209
source/sdk/dotnet/app-services/connect-to-app-services-backend.txt
@@ -85,8 +85,8 @@ method:
85
This API is experimental. As seen above, you must use ``#pragma warning disable Rlm001``
86
and ``#pragma warning restore Rlm001`` to suppress the experimental errors,
87
where ``Rlm001`` is the experimental attributes's ``diagnosticId``. You must
88
-also import the following namespace at the top of your file, which contains the
89
-``Experimental`` attribute:
+also import the following namespace at the top of your file, which contains
+the ``Experimental`` attribute:
90
91
.. literalinclude:: /examples/generated/dotnet/BaseURLChange.snippet.experimental-import.cs
92
:language: csharp
0 commit comments