From 9ae8eea2991cd9765fb6383d025fafe075f109b7 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Mon, 21 Jun 2021 23:27:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f36d953..56639c7 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ For example, here we load first parameter into `n` and initialize a local varial count @ ; ``` -In the loop body we use two more locals to name the outut of the `/mod` which returns both the `quotient` and the `remainder` of a divide operation. We keep updating the `count` and in the end, we return its value. +In the loop body we use two more locals to name the output of the `/mod` which returns both the `quotient` and the `remainder` of a divide operation. We keep updating the `count` and in the end, we return its value. ### Implementation notes