We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30b6124 + 206fdbf commit 0b774faCopy full SHA for 0b774fa
src/main/scala/scalatutorial/sections/TypeClasses.scala
@@ -60,7 +60,8 @@ object TypeClasses extends ScalaTutorialSection {
60
* case y :: ys => insert(y, insertionSort(ys)(lessThan))
61
* }
62
63
- *
+ * }}}
64
+
65
* = Calling Parameterized Sort =
66
*
67
* We can now call `insertionSort` as follows:
0 commit comments