Update static_typing.rst

Fixed missing new line
This commit is contained in:
notroid5
2025-10-08 11:39:42 +02:00
committed by GitHub
parent 6ebd201367
commit cf795af4f8

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