From 7964cf08ac807ac9e7b6d579a25321a23adc9139 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 16 Jun 2026 12:42:41 -0400 Subject: new layout by dependecy graph --- docs/language/ownership.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/language') diff --git a/docs/language/ownership.md b/docs/language/ownership.md index 490363f..db48c6a 100644 --- a/docs/language/ownership.md +++ b/docs/language/ownership.md @@ -19,7 +19,7 @@ References are automatically taken if the function signature specifies ref ```text -inc_push_to_ref : ([Ref.x; y] +inc_push_to_ref : ([`ref x; y] x `push y + 1 ) int_array : Array[I64] $ () -- cgit v1.2.3