From c0bd38fc4c2147ef1439b292218b374b01dbc102 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 24 Aug 2022 16:05:29 +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 d871998..9c8a13b 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 by placing an arrow called a return direction after the [phrase](Phrase): +is done by placing an arrow called a return direction after the [phrase](Phrases): `file.write bytes -> bytesWritten:Size err`