Skip to content

Commit 126ab3f

Browse files
committed
changed @function to @gtfunction
1 parent a10189f commit 126ab3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ For example, `FloatField[IJ]` for a 2D field of default floating point values.
133133

134134
### GTScript functions
135135

136-
These use the `@function` decorator and the arguments do not include type
136+
These use the `@gtfunction` decorator and the arguments do not include type
137137
specifications. They will continue to not have type hinting, e.g.:
138138

139139
```python
140-
@function
140+
@gtfunction
141141
def get_bl(al, q):
142142
```
143143

0 commit comments

Comments
 (0)