From 11d0f3c17ba4735a8679931079e8bc89070c13cf Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Mon, 12 Jun 2023 17:42:02 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f49734..c4e6554 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wii Pi This is an implementation of Pi using the Spigot algorithm that works for the Wii.
-In theory you should be able to calculate as much digits as malloc can allocate memory, but in fact the more you allocate memory the more time it takes to compute digits.
. +In theory you should be able to calculate as much digits as malloc can allocate memory, but in fact the more you allocate memory the more time it takes to compute digits.
# Building ```make```