Skip to content

Commit 70a307e

Browse files
fix typo: 'maxiumum' to 'maximum' in Module 1 (freechipsproject#173)
1 parent bf8ec6d commit 70a307e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1_intro_to_scala.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
"source": [
413413
"---\n",
414414
"# Scala Is an Object Oriented Language\n",
415-
"Scala is object oriented, and it's important to understand a bit about this to take maxiumum advantage of both Scala and Chisel. Note that, without a doubt, there is more than one way to describe all this.\n",
415+
"Scala is object oriented, and it's important to understand a bit about this to take maximum advantage of both Scala and Chisel. Note that, without a doubt, there is more than one way to describe all this.\n",
416416
"1. Variables are objects.\n",
417417
"1. Constants in the sense of *Scala's* `val` declarative are also objects.\n",
418418
"1. Even literal values are objects.\n",

0 commit comments

Comments
 (0)