From df4d1b0255545d3c27a03e20e8c82f2d057d7848 Mon Sep 17 00:00:00 2001 From: Aman Jha Date: Fri, 6 Mar 2026 18:55:22 +0530 Subject: [PATCH] Fix grammar in Bin2Dec project description --- 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.