From 4675148878c686bdb1fedce4d9c056ff22bfb391 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Wed, 5 Feb 2020 08:46:25 -0800 Subject: [PATCH] Clarify multiple bit shifts --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 31c7b47..37f5228 100644 --- a/README.MD +++ b/README.MD @@ -29,7 +29,7 @@ And enter in `123456789` * `987654321` respectively for A and B ... An alternative algorithm to implement multiplication using only: -* bit-shift (left and right), and +* bit-shifts (left and right), and * addition. Example of "traditional" multiplication: