Skip to content

Commit 14597ff

Browse files
committed
Typos
1 parent 06f3764 commit 14597ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soln/chap07.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114863,7 +114863,7 @@
114863114863
"## Search\n",
114864114864
"\n",
114865114865
"Based on this simpler version of `has_e`, let's write a more general function called `uses_any` that takes a second parameter that is a string of letters.\n",
114866-
"If returns `True` if the word uses any of the letters and `False` otherwise."
114866+
"It returns `True` if the word uses any of the letters and `False` otherwise."
114867114867
]
114868114868
},
114869114869
{
@@ -115172,7 +115172,7 @@
115172115172
" A variable used to count something, usually initialized to zero and then incremented.\n",
115173115173
"\n",
115174115174
"**linear search:**\n",
115175-
"A computational pattern that searches through a sequence of elements and stops what it finds what it is looking for.\n",
115175+
"A computational pattern that searches through a sequence of elements and stops when it finds what it is looking for.\n",
115176115176
"\n",
115177115177
"**pass:**\n",
115178115178
"If a test runs and the result is as expected, the test passes.\n",

0 commit comments

Comments
 (0)