Skip to content

Commit 2ca4d5b

Browse files
Update types.md
1 parent 0e5e04e commit 2ca4d5b

File tree

1 file changed

+1
-1
lines changed
  • docs/v3/documentation/smart-contracts/func/docs

1 file changed

+1
-1
lines changed

docs/v3/documentation/smart-contracts/func/docs/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The type `[]` represents an empty tuple with a unique value—the empty tuple it
128128

129129
## Polymorphism with type variables
130130

131-
FunC features a **Miller-Rabin-type system** with support for polymorphic functions.
131+
FunC features a **custom type system** with support for polymorphic functions.
132132
For example, consider the following function:
133133

134134
```func

0 commit comments

Comments
 (0)