From 6af3b0bd0501341c2e88194436344e03d2123081 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 24 Aug 2022 16:05:17 +0000 Subject: [PATCH] Update 'Return Direction' --- Return-Direction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Return-Direction.md b/Return-Direction.md index 9ea6292..d871998 100644 --- a/Return-Direction.md +++ b/Return-Direction.md @@ -1,6 +1,6 @@ The way ARF handles return values from functions is different from other languages, and is made possible by its ability to define variables in-place. It -is done using an arrow called a return direction: +is done by placing an arrow called a return direction after the [phrase](Phrase): `file.write bytes -> bytesWritten:Size err`