소스 검색

Merge pull request #11358 from notroid5/patch-1

Fix broken codeblock in static typing documentation
Max Hilbrunner 1 주 전
부모
커밋
d5213bf54f
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