Skip to content

Commit 16ae778

Browse files
Update errata.md
1 parent da959a8 commit 16ae778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else:
1717
hash_text[i] = ((hash_text[i-1] - ord_text[i-1]) + ord_text[i+len_pattern-1]) # calculating next hash value using previous value
1818
```
1919

20-
## Chapter 3, Page 61 - Fixed the missing '/'
20+
## Chapter 3, Page 61 - Fixed the missing '/' in **binary search** code
2121

2222
There should be `//` in place of `/`
2323

0 commit comments

Comments
 (0)