From 9598ff2f8957cc04902d36ca0e99b1363a76d64c Mon Sep 17 00:00:00 2001 From: Arghs <5419438+Arghs@users.noreply.github.com> Date: Wed, 26 Jan 2022 15:45:03 +0800 Subject: [PATCH] Update Bin2Dec-App.md added missing word --- Projects/1-Beginner/Bin2Dec-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/1-Beginner/Bin2Dec-App.md b/Projects/1-Beginner/Bin2Dec-App.md index 9bb4503f..7ded7a69 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -5,7 +5,7 @@ Binary is the number system all digital computers are based on. Therefore it's important for developers to understand binary, or base 2, mathematics. The purpose of Bin2Dec is to provide practice and -understanding of how binary calculations. +understanding of how binary calculations work. Bin2Dec allows the user to enter strings of up to 8 binary digits, 0's and 1's, in any sequence and then displays its decimal equivalent.