From a8369f6e97ddb33972957d568355cc07dc8c3f12 Mon Sep 17 00:00:00 2001 From: Animesh239 Date: Sun, 2 Apr 2023 23:05:03 +0530 Subject: [PATCH] name changed --- docs/binary-representation/binary-numbers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/binary-representation/binary-numbers.md b/docs/binary-representation/binary-numbers.md index a5f0be420..600b8a230 100644 --- a/docs/binary-representation/binary-numbers.md +++ b/docs/binary-representation/binary-numbers.md @@ -21,7 +21,7 @@ has_children: false ## Introduction -Binary number system was invented by **Gottfried Leibniz**. As the word is prefixed with 'Bi' which is a Latin word and means 'two' in English. This brings us to the first two digits i.e., 0 and 1 which means that while counting in binary you cannot exceed 1. Infact all the numbers which you represent are made up of only two digits i.e., 0 and 1 which is quite interesting. Check out the binary representation of a decimal number (the numbers used for counting i.e., from 0-9) in binary. +Binary number system was invented by **Gottfried Wilhelm Leibniz**. As the word is prefixed with 'Bi' which is a Latin word and means 'two' in English. This brings us to the first two digits i.e., 0 and 1 which means that while counting in binary you cannot exceed 1. Infact all the numbers which you represent are made up of only two digits i.e., 0 and 1 which is quite interesting. Check out the binary representation of a decimal number (the numbers used for counting i.e., from 0-9) in binary. ```yaml Example: