瀏覽代碼

Update static_typing.rst

Fixed missing new line
notroid5 1 周之前
父節點
當前提交
cf795af4f8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tutorials/scripting/gdscript/static_typing.rst

+ 1 - 0
tutorials/scripting/gdscript/static_typing.rst

@@ -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