From 9180feb274358bc080cb8f9a380e286464abe0e8 Mon Sep 17 00:00:00 2001 From: Nefertumm Date: Thu, 9 Dec 2021 06:20:45 -0800 Subject: chore: bits and bytes tutorial typo (#657) --- docs/bit-and-bytes-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/bit-and-bytes-tutorial.md') diff --git a/docs/bit-and-bytes-tutorial.md b/docs/bit-and-bytes-tutorial.md index e3d309e..cf399ba 100644 --- a/docs/bit-and-bytes-tutorial.md +++ b/docs/bit-and-bytes-tutorial.md @@ -234,7 +234,7 @@ for (int i = 0; i < 8; ++i) } ``` -### Bitwise left shit "<<" +### Bitwise left shift "<<" This bit operation will shift all the binary values N times as specified. Lets look deeper: -- cgit