mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-09-03 18:14:53 +03:00
Fix small typo: Missing /
This commit is contained in:
@@ -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:
|
||||
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user