Skip to content

Commit

Permalink
Typo Fix: remark on first question incorrectly states 68,000
Browse files Browse the repository at this point in the history
This closes kamalmarhubi#13.
  • Loading branch information
jroovers-cisco committed Jun 2, 2016
1 parent 2c883d1 commit ab332cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/curriculum.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const curriculum = [
'programs': {"sum.c": "iterations", "loop.py": "iterations"},
'conclusion': `
When I see code like this, I think about how much time a millisecond is
-- it's imperceptible to me, but apparently you can run 68,000
-- it's imperceptible to me, but apparently you can run 68,000,000
iterations of an empty loop in a millisecond, even in Python!
`
},
Expand Down

0 comments on commit ab332cc

Please sign in to comment.