From 108e56550ab7e00b13ce2984f190b4014a3c0b18 Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Sat, 24 Nov 2018 16:26:48 +0000 Subject: [PATCH] Arity :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32684bd..dd57725 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ be ground. The polynomial resulting from the sum is in simplified form. third one. The two first arguments are assumed to be ground. The polynomial resulting from the sum is in simplified form. -> Note: `foo/N` means the funciton `foo` has `N` parameters. +> Note: `foo/N` means the funciton `foo` has `N` parameters (this is known as arity). These names are the ones requested in the assignment. ## Tests