Skip to content

Commit 2c95cc7

Browse files
authored
Merge pull request #939 from kapsiR/fix-typo
Fix typo in the Cake extension documentation comment
2 parents ee96df4 + e6b19fb commit 2c95cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cake.GitVersioning/GitVersioningAliases.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static class GitVersioningAliases
2929
/// Task("GetVersion")
3030
/// .Does(() =>
3131
/// {
32-
/// Information(GetVersioningGetVersion().SemVer2)
32+
/// Information(GitVersioningGetVersion().SemVer2)
3333
/// });
3434
/// ]]></code>
3535
/// </remarks>

0 commit comments

Comments
 (0)