Skip to content

Commit 5898b96

Browse files
authored
Typo deicmal -> decimal (TheAlgorithms#11169)
1 parent b8e7a4c commit 5898b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit_manipulation/is_even.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
def is_even(number: int) -> bool:
22
"""
33
return true if the input integer is even
4-
Explanation: Lets take a look at the following deicmal to binary conversions
4+
Explanation: Lets take a look at the following decimal to binary conversions
55
2 => 10
66
14 => 1110
77
100 => 1100100

0 commit comments

Comments
 (0)