Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit 451b571

Browse files
committed
Improve code fix title format
1 parent 28cd6a9 commit 451b571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/ApiDesign/DeclarePublicAPIFix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public sealed override async Task RegisterCodeFixesAsync(CodeFixContext context)
4545

4646
context.RegisterCodeFix(
4747
CodeAction.Create(
48-
$"Add {minimalSymbolName} to public API",
48+
$"Add '{minimalSymbolName}' to public API",
4949
c => this.GetFixAsync(publicSurfaceAreaDocument, publicSurfaceAreaSymbolName, c),
5050
nameof(DeclarePublicAPIFix)),
5151
diagnostic);

0 commit comments

Comments
 (0)