Skip to content

Commit 3ea66e0

Browse files
authored
Merge pull request #224 from rossbar/gh-222
Fix typo in Moore's law tutorial.
2 parents e5fa2b7 + 974b89e commit 3ea66e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/mooreslaw-tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ print("trans. cnt:\t", transistor_count[:10])
183183

184184
You are creating a function that predicts the transistor count given a
185185
year. You have an _independent variable_, `year`, and a _dependent
186-
variable_, `transistor_count`. Transform the independent variable to
186+
variable_, `transistor_count`. Transform the dependent variable to
187187
log-scale,
188188

189189
$y_i = \log($ `transistor_count[i]` $),$

0 commit comments

Comments
 (0)