diff --git a/pages/book/func.mdx b/pages/book/func.mdx index a95d6591..40c1e6fb 100644 --- a/pages/book/func.mdx +++ b/pages/book/func.mdx @@ -152,7 +152,7 @@ You can express everything except `list-style-lists` in Tact that would be compa ### Primitive return type -If `get-method` returns a primitive in FunC, you can implement it the same way in the Tact. +If a `get`-method returns a primitive in FunC, you can implement it the same way in Tact. The following code in FunC: