From d376bc03e7990871eac4640b8c422735df442ca4 Mon Sep 17 00:00:00 2001 From: GiorgosXou Date: Thu, 22 Jun 2023 17:13:55 +0300 Subject: [PATCH] FIXED: Typo "used" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6173af..6af94ac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # FixedPoints A portable fixed point arithmetic library. -Some knowledge of how fixed point types are formatted is required to used this library to full effect. +Some knowledge of how fixed point types are formatted is required to use this library to full effect. No knowledge of how these operations are implemented is required to use them. This library was written with Arduino in mind, as well as CPUs with limited floating point support.