Fix small typo: Missing /

This commit is contained in:
Pitu
2026-08-06 21:52:49 +02:00
committed by GitHub
parent 9f2632a2de
commit 6a32441368

View File

@@ -712,7 +712,7 @@ Use snake\_case to name functions and variables:
var particle_effect
func load_level():
Prepend a single underscore (\_) to virtual methods functions the user must
Prepend a single underscore (\_) to virtual methods/functions the user must
override, private functions, and private variables:
::