Skip to content

Commit

Permalink
Merge pull request #939 from kapsiR/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in the Cake extension documentation comment
  • Loading branch information
AArnott authored May 11, 2023
2 parents ee96df4 + e6b19fb commit 2c95cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.GitVersioning/GitVersioningAliases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static class GitVersioningAliases
/// Task("GetVersion")
/// .Does(() =>
/// {
/// Information(GetVersioningGetVersion().SemVer2)
/// Information(GitVersioningGetVersion().SemVer2)
/// });
/// ]]></code>
/// </remarks>
Expand Down

0 comments on commit 2c95cc7

Please sign in to comment.