From 9bb52d231a7f558c51d12f80f00ed4bb505faf50 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Thu, 8 Oct 2020 20:26:54 -0300 Subject: [PATCH] Fix XML doc missing in Strings --- src/ThisAssembly.Strings/ThisAssembly.Strings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ThisAssembly.Strings/ThisAssembly.Strings.cs b/src/ThisAssembly.Strings/ThisAssembly.Strings.cs index 51e158ee..4338747d 100644 --- a/src/ThisAssembly.Strings/ThisAssembly.Strings.cs +++ b/src/ThisAssembly.Strings/ThisAssembly.Strings.cs @@ -4,7 +4,7 @@ /// /// Provides access to the current assembly information as pure constants, -// without requiring reflection. +/// without requiring reflection. /// partial class ThisAssembly {