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.
1 parent 30b6124 commit 206fdbfCopy full SHA for 206fdbf
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