Skip to content

Commit 44c5b8a

Browse files
committed
Update C# diagnostic titles
- GD0101 - GD0105 - GD0106
1 parent 3898c7e commit 44c5b8a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tutorials/scripting/c_sharp/diagnostics/GD0101.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GD0101: Attempted to export static member
2-
=========================================
1+
GD0101: The exported member is static
2+
=====================================
33

44
==================================== ======================================
55
Value

tutorials/scripting/c_sharp/diagnostics/GD0105.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GD0105: Attempted to export indexer property
2-
============================================
1+
GD0105: The exported property is an indexer
2+
===========================================
33

44
==================================== ======================================
55
Value

tutorials/scripting/c_sharp/diagnostics/GD0106.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GD0106: Attempted to export explicit interface property implementation
2-
======================================================================
1+
GD0106: The exported property is an explicit interface implementation
2+
=====================================================================
33

44
==================================== ======================================
55
Value

0 commit comments

Comments
 (0)