Skip to content

Commit 1ac0473

Browse files
committed
Fix issue with declaration
1 parent 45267ee commit 1ac0473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lang/tags/functions.talon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tag: user.code_functions
2222
# for annotating function parameters
2323
is type <user.code_type>: user.code_insert_type_annotation(code_type)
2424
returns [type] <user.code_type>: user.code_insert_return_type(code_type)
25-
returns class <user.text>
25+
returns class <user.text>:
2626
formatted = user.formatted_text(text, "PUBLIC_CAMEL_CASE")
2727
insert(": {formatted}")
2828

0 commit comments

Comments
 (0)