Skip to content

Commit e598653

Browse files
committed
add missing annotation prefix
1 parent 746e02b commit e598653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/best_practices/godot_interfaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ access.
5858
@export var script_type: Script
5959

6060
# Must configure from the editor, defaults to null.
61-
export var const_script: Script:
61+
@export var const_script: Script:
6262
set(value):
6363
if Engine.is_editor_hint():
6464
const_script = value

0 commit comments

Comments
 (0)