Skip to content

Commit c884480

Browse files
authored
Fix a typo in @operator example (#39)
1 parent 4ec04d9 commit c884480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/wiki/annotations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ local v3 = v1 + v2
852852

853853
```Lua
854854
---@class Passcode
855-
---@operation unm:integer
855+
---@operator unm:integer
856856

857857
---@type Passcode
858858
local pA

0 commit comments

Comments
 (0)