diff --git a/src/Features/Core/Portable/FindReferences/DefinitionLocation.DocumentDefinitionLocation.cs b/src/Features/Core/Portable/FindReferences/DefinitionLocation.DocumentDefinitionLocation.cs index f50cf639e3f14a65d0eff128ec8d0f37c53218a7..1432473c321ff6b0c48d2e94b4779aaf350ecd6d 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));