Skip to content

Commit 700efb2

Browse files
authored
Merge pull request #11474 from Calinou/csharp-diagnostics-gd0001-fix-typo
Fix typo in GD0001 C# diagnostic example code
2 parents 099307f + a4d57d6 commit 700efb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/c_sharp/diagnostics/GD0001.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ types that aren't declared partial.
2828
public class InvalidNode : Node { }
2929
3030
// The source generators can enhance this type to work with Godot.
31-
public partial class ValidNode { }
31+
public partial class ValidNode : Node { }
3232
3333
How to fix violations
3434
---------------------

0 commit comments

Comments
 (0)