mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Fix typo in GD0001 C# diagnostic example code
This commit is contained in:
@@ -28,7 +28,7 @@ types that aren't declared partial.
|
||||
public class InvalidNode : Node { }
|
||||
|
||||
// The source generators can enhance this type to work with Godot.
|
||||
public partial class ValidNode { }
|
||||
public partial class ValidNode : Node { }
|
||||
|
||||
How to fix violations
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user