From 77efa0fdc0c8e4891313e116b700a5394a439575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 31 Oct 2020 18:48:27 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afb7f58..24c92b9 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ The returned values are placed in the result registers, just like with the `call (spawn r5 foo) ; ... -(join @r0) +(join @r5) ; res0-res15 now contain return values ```