Skip to content

Commit ff983f9

Browse files
committed
More comments
1 parent a43372f commit ff983f9

File tree

1 file changed

+2
-1
lines changed
  • crates/bindings-csharp/BSATN.Codegen

1 file changed

+2
-1
lines changed

crates/bindings-csharp/BSATN.Codegen/Type.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ bool IsNullableReferenceType
2525
internal static string BSATN_FIELD_SUFFIX = "RW";
2626

2727
/// <summary>
28-
/// The name of the static field containing an IReadWrite in the struct BSATN associated with this type.
28+
/// The name of the static field containing an IReadWrite in the IReadWrite struct associated with this type.
29+
/// We make sure this is different from the field name so that collisions cannot occur.
2930
/// </summary>
3031
public string BsatnFieldName
3132
{

0 commit comments

Comments
 (0)