From 9886e41ae51e6291a21ae77e5a266ec72509baa2 Mon Sep 17 00:00:00 2001 From: Bharat Raghunathan Date: Tue, 23 Apr 2019 22:48:35 +0530 Subject: [PATCH] Fix typo --- docs/ApplicationArchitecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ApplicationArchitecture.md b/docs/ApplicationArchitecture.md index 8f752b26..dff02965 100644 --- a/docs/ApplicationArchitecture.md +++ b/docs/ApplicationArchitecture.md @@ -154,7 +154,7 @@ The CalcEngine contains the logic for interpreting and performing operations acc ### RatPack The RatPack (short for Rational Pack) is the core of the Calculator model and contains the logic for -performing its mathematical operations (using [inifnite precision][Infinite Precision] arithmetic +performing its mathematical operations (using [infinite precision][Infinite Precision] arithmetic instead of regular floating point arithmetic). The interface to this layer is defined in [ratpak.h][ratpak.h]. [References]:####################################################################################################