From 1b77aef569009878c9f923723f6461dedaa28136 Mon Sep 17 00:00:00 2001 From: Mikkel Nylander Bundgaard Date: Fri, 4 May 2018 23:56:58 +0200 Subject: [PATCH] Change code blocks to inline code to make the paragraph read nicer Relates to dotnet/roslyn-api-docs#43 --- src/Compilers/Core/Portable/Diagnostic/Location.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/Core/Portable/Diagnostic/Location.cs b/src/Compilers/Core/Portable/Diagnostic/Location.cs index cfdedfc1b13..b7231a06cc0 100644 --- a/src/Compilers/Core/Portable/Diagnostic/Location.cs +++ b/src/Compilers/Core/Portable/Diagnostic/Location.cs @@ -70,7 +70,7 @@ public virtual FileLinePositionSpan GetLineSpan() /// /// Gets the location in terms of path, line and column after applying source line mapping directives - /// (#line in C# or #ExternalSource in VB). + /// (`#line` in C# or `#ExternalSource` in VB). /// /// /// that contains file, line and column information, -- GitLab