Skip to content

Commit 6f9dd2f

Browse files
authored
Update STRDIAG006.md - Duplicated line removed
1 parent 70ad89b commit 6f9dd2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

en/diagnostics/STRDIAG006.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public class STRDIAG006
1717
{
1818
// non existent setters count as non visible
1919
[DataMember(DataMemberMode.Assign)]
20-
[DataMember(DataMemberMode.Assign)]
2120
public int Property1 { get; }
2221

2322
[DataMember(DataMemberMode.Assign)]
@@ -57,4 +56,4 @@ To resolve the warning, increase the accessibility of the properties set to `pub
5756

5857
## References
5958

60-
- [Serialisation](../manual/scripts/serialization.md)
59+
- [Serialisation](../manual/scripts/serialization.md)

0 commit comments

Comments
 (0)