From 247771c654109bdcbce3bfd57bd444e4c2ce08d1 Mon Sep 17 00:00:00 2001 From: teatimeguest Date: Thu, 25 Jul 2024 23:16:07 +0900 Subject: [PATCH] Fix a typo in `@operator` example --- src/content/wiki/annotations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/wiki/annotations.mdx b/src/content/wiki/annotations.mdx index 9f7bd31..bc039ef 100644 --- a/src/content/wiki/annotations.mdx +++ b/src/content/wiki/annotations.mdx @@ -852,7 +852,7 @@ local v3 = v1 + v2 ```Lua ---@class Passcode ----@operation unm:integer +---@operator unm:integer ---@type Passcode local pA