Skip to content

Commit a4d57d6

Browse files
committed
Fix typo in GD0001 C# diagnostic example code
1 parent d6267ea commit a4d57d6

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)