From d79ccc419d5980a3dbe01c84757808783ca6dee3 Mon Sep 17 00:00:00 2001 From: Tanaka Date: Fri, 21 Feb 2020 15:41:02 -0800 Subject: [PATCH] Update AppxBundleMetadata.cs typo --- .../AppxPackaging/AppxBundleMetadata.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppInstallerFileBuilder/AppInstallerFileBuilderLib/AppxPackaging/AppxBundleMetadata.cs b/AppInstallerFileBuilder/AppInstallerFileBuilderLib/AppxPackaging/AppxBundleMetadata.cs index f1d4586..e6f3ead 100644 --- a/AppInstallerFileBuilder/AppInstallerFileBuilderLib/AppxPackaging/AppxBundleMetadata.cs +++ b/AppInstallerFileBuilder/AppInstallerFileBuilderLib/AppxPackaging/AppxBundleMetadata.cs @@ -30,7 +30,7 @@ public AppxBundleMetadata(string filePath) } /// - /// Initializes a ne` instance of the AppxBundleMetadata class. + /// Initializes a new instance of the AppxBundleMetadata class. /// /// the path to the appxbundle file public AppxBundleMetadata(IRandomAccessStream randomAccessStream)