Skip to content

Commit b828aba

Browse files
authored
docs: add method call reference to functions documentation (#9735)
1 parent 58832c6 commit b828aba

File tree

1 file changed

+2
-0
lines changed
  • docs/reference/src/components/cairo/modules/language_constructs/pages

1 file changed

+2
-0
lines changed

docs/reference/src/components/cairo/modules/language_constructs/pages/functions.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ counter.increment(); // Calls increment with ref self
156156
let value = counter.get_value(); // Calls get_value with snapshot
157157
----
158158

159+
For the full method call syntax and method lookup behavior, see xref:method-calls.adoc[Method calls].
160+
159161
== Function attributes
160162

161163
=== Implicits and nopanic

0 commit comments

Comments
 (0)