summaryrefslogtreecommitdiff
path: root/docs/type_system/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-18 11:19:22 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-18 11:19:22 -0400
commitc9ff7bdb61efb1609876abdc40fab9a2ddc06f94 (patch)
tree70c148f92f35c312f4bd016812b6029e1bd99973 /docs/type_system/index.md
parentd9c68aa51521171b951d37c879ffee5ea64e21df (diff)
remove flag type and add .mask to int
Diffstat (limited to 'docs/type_system/index.md')
-rw-r--r--docs/type_system/index.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md
index 3e04b05..4116068 100644
--- a/docs/type_system/index.md
+++ b/docs/type_system/index.md
@@ -28,8 +28,6 @@ Denotes that a field that does not resolve to anything
* #### [Enum](./enum.md)
-* #### [Flag](./flag.md)
-
* #### [Int](./int.md)
* #### [Float](./float.md)