Skip to content

Commit

Permalink
Merge pull request #590 from viceroypenguin/patch-1
Browse files Browse the repository at this point in the history
Fix xmldoc bug
  • Loading branch information
SteveDunn authored May 10, 2024
2 parents 8562c9e + 2c4af27 commit 32060d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vogen/GenerateCodeForTryFrom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private static string Generate(VoWorkItem item, SyntaxToken className, string it
/// If validation is provided, and it fails, false will be returned.
/// </summary>
/// <param name="value">The underlying type.</param>
/// <param name="value">An instance of the value object.</param>
/// <param name="vo">An instance of the value object.</param>
/// <returns>True if the value object can be built, otherwise false.</returns>
public static bool TryFrom({{itemUnderlyingType}} value, {{Util.GenerateNotNullWhenTrueAttribute()}} out {{className}} vo)
{
Expand Down

0 comments on commit 32060d1

Please sign in to comment.