summaryrefslogtreecommitdiff
path: root/docs/bit-and-bytes-tutorial.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bit-and-bytes-tutorial.md')
-rw-r--r--docs/bit-and-bytes-tutorial.md2
1 files changed, 1 insertions, 1 deletions
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: