Skip to content

Commit 5336eee

Browse files
David Klinekeveleigh
andauthored
Update Assets/MixedRealityToolkit/Utilities/Editor/PackageManifest/PackageManifestUpdater.cs
Co-Authored-By: Kurtis <[email protected]>
1 parent e5c37c4 commit 5336eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Utilities/Editor/PackageManifest/PackageManifestUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ internal static bool TryGetVersionComponents(
5555

5656
// Note: The version is in the following format Major.Minor.Revision[-Date.Build]
5757

58-
// Attept to split the version string into version and float components
58+
// Attempt to split the version string into version and float components
5959
string[] versionComponents = packageVersion.Split(new char[] { '-' }, 2);
6060

6161
// Parse the version component.

0 commit comments

Comments
 (0)