From d176b39d23e6ed135bce309160f25c84d9d1c042 Mon Sep 17 00:00:00 2001 From: Joe Riggs Date: Tue, 14 Nov 2017 09:26:32 -0500 Subject: [PATCH] Fix typo (#85) --- algorithms/bit-manipulation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algorithms/bit-manipulation.md b/algorithms/bit-manipulation.md index 5ad2f2c4..76aa4153 100644 --- a/algorithms/bit-manipulation.md +++ b/algorithms/bit-manipulation.md @@ -2,6 +2,6 @@ Bit Manipulation == - How do you verify if an interger is a power of 2? -- Wirte a program to print the binary representation of an integer. +- Write a program to print the binary representation of an integer. - Write a program to print out the number of 1 bits in a given integer. -- Write a program to determine the largest possible integer using the same number of 1 bits in a given number. \ No newline at end of file +- Write a program to determine the largest possible integer using the same number of 1 bits in a given number.