Update 'Return Direction'

Sasha Koshka 2022-08-24 18:41:30 +00:00
parent cf807f441c
commit a0cd335321
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@ is done by placing an arrow called a return direction after the [phrase](Phrases
`file.write bytes -> bytesWritten:Size err`
The advantage of this is a new variable can be defined without having to
re-define and therefore shadow `err`.
re-define and therefore shadow `err`, sidestepping a major problem that Go has.
If a phrase is enclosed in brackets, the return direction arrow lies outside of
them: