mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Merge pull request #11358 from notroid5/patch-1
Fix broken codeblock in static typing documentation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user