From 1f684003d8631176f639954f39f93d5bd9e88e4b Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Mon, 25 Jul 2016 15:51:04 -0700 Subject: [PATCH] Fix comment. --- .../DefinitionLocation.DocumentDefinitionLocation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Features/Core/Portable/FindReferences/DefinitionLocation.DocumentDefinitionLocation.cs b/src/Features/Core/Portable/FindReferences/DefinitionLocation.DocumentDefinitionLocation.cs index f50cf639e3f..1432473c321 100644 --- a/src/Features/Core/Portable/FindReferences/DefinitionLocation.DocumentDefinitionLocation.cs +++ b/src/Features/Core/Portable/FindReferences/DefinitionLocation.DocumentDefinitionLocation.cs @@ -21,7 +21,7 @@ public DocumentDefinitionLocation(DocumentLocation location) /// /// Show the project that this is contained in as the - /// Origination of this . + /// Origination of this . /// public override ImmutableArray OriginationParts => ImmutableArray.Create(new TaggedText(TextTags.Text, _location.Document.Project.Name)); -- GitLab