A Common-Sense Guide to Data Structures and Algorithms, Second Edition: Ch. 6, Section: 'Insertion Sort In Action': found typo

@jaywengrow

Title: Name of book: description (page number)
Example: Programming Flutter - ‘pub get’ command not working (page 15)

In Chap 6, Section ‘Insertion Sort In Action’ seems to contain a typo when explaining the code. When discussing the else clause that breaks out of the while loop, the text says “If at any point we encounter a value at position that is GREATER or equal to the temp_value, we can get ready to end our pass-through…” however it should say LESS THAN or equal to.