From b6a8f9c7730e464e33a7d02bca5e0a2df68715c8 Mon Sep 17 00:00:00 2001 From: Gabor Szelcsanyi Date: Tue, 6 Oct 2020 17:28:40 +0200 Subject: [PATCH] Small typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6abe2d..83f1249 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ if (x !== null) { Attributes === -The Fraction object allows direct access to the numerator, denominator and sign attributes. It is ensured that only the sign-attribute holds sign information so that a sign comparision is only necessary against this attribute. +The Fraction object allows direct access to the numerator, denominator and sign attributes. It is ensured that only the sign-attribute holds sign information so that a sign comparison is only necessary against this attribute. ```javascript var f = new Fraction('-1/2');