Skip to content

Commit 2205ecc

Browse files
committed
Update typo on GameVersion docs
1 parent 4a41014 commit 2205ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Management/GameVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public readonly GameVersion GetIncrementedVersion()
9090
public readonly Version ToVersion() => new(Major, Minor, Build, Revision);
9191

9292
/// <summary>
93-
/// Create a string representation of <see cref="GameVersion"/> intoto "Major.Minor.Build.Revision" format if Revision number is defined or "Major.Minor.Build" if not.
93+
/// Create a string representation of <see cref="GameVersion"/> into "Major.Minor.Build.Revision" format if Revision number is defined or "Major.Minor.Build" if not.
9494
/// </summary>
9595
public readonly override string ToString() => ToString(string.Empty);
9696

0 commit comments

Comments
 (0)