mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-03 16:08:02 +00:00
Fix typos (#191)
This commit is contained in:
committed by
Donne Martin
parent
cd9e9654bc
commit
9f89a51aba
@@ -74,7 +74,7 @@
|
||||
"\n",
|
||||
"carry = (a&b) << 1 = 1010\n",
|
||||
"\n",
|
||||
"If the carry is not zero, we'll need to add the carry to the result. Recusively call the function, passing in result and carry.\n",
|
||||
"If the carry is not zero, we'll need to add the carry to the result. Recursively call the function, passing in result and carry.\n",
|
||||
"\n",
|
||||
"Below are the values of a, b, and the carry of a = 7 and b = 5, producing the result of 12.\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user