Merge pull request #11358 from notroid5/patch-1

Fix broken codeblock in static typing documentation
This commit is contained in:
Max Hilbrunner
2025-10-09 13:19:42 +02:00
committed by GitHub

View File

@@ -450,6 +450,7 @@ signal in a dynamic style:
And the same callback, with type hints:
::
func _on_area_2d_body_entered(body: PhysicsBody2D) -> void:
pass