We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ae778 commit b76dabdCopy full SHA for b76dabd
errata.md
@@ -17,7 +17,7 @@ else:
17
hash_text[i] = ((hash_text[i-1] - ord_text[i-1]) + ord_text[i+len_pattern-1]) # calculating next hash value using previous value
18
```
19
20
-## Chapter 3, Page 61 - Fixed the missing '/' in **binary search** code
+## Chapter 3, Page 61 - Fixed the missing '/' in `binary search` code
21
22
There should be `//` in place of `/`
23
0 commit comments