Skip to content

Commit a676ba4

Browse files
committed
Update Program.cs
1 parent 96221e2 commit a676ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Box2dNetGen/Box2dNetGen/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ internal class Program
3131
};
3232

3333
/// <summary>
34-
/// A list of C structs for which we don't generate the initializer ctors (ctors with parameters to set the struct's fields)
34+
/// Logic that decides whether we generate the convenience initializer ctors (ctors with parameters to set all the struct's fields)
3535
/// </summary>
3636
private static bool ShouldGenerateInitCtor(string structIdentifier)
3737
{

0 commit comments

Comments
 (0)