Skip to content

Commit cff97a9

Browse files
committed
Typo in test
1 parent 42d120a commit cff97a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tastydoc/input/src/main/scala/example/level2/Documentation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ abstract class Documentation[T, A <: Int, B >: String, -X, +Y](c1: String, val c
128128

129129
val complexTypeVal : Int | List[List[T]] & String | (Double | Int, Double) | ((Int) => (String))
130130

131-
type typeExamle[X] >: X <: String //TypeBound
131+
type typeExample[X] >: X <: String //TypeBound
132132

133133
type abstractType
134134

tastydoc/zzz/example/level2/Documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Auxiliary constructor
3434
### abstractType
3535
<pre><code class="language-scala" >type abstractType: Nothing <: Any</pre></code>
3636

37-
### typeExamle
38-
<pre><code class="language-scala" >type typeExamle: [X >: scala.Nothing <: scala.Any] => X <: [X >: scala.Nothing <: scala.Any] => scala.Predef.String</pre></code>
37+
### typeExample
38+
<pre><code class="language-scala" >type typeExample: [X >: scala.Nothing <: scala.Any] => X <: [X >: scala.Nothing <: scala.Any] => scala.Predef.String</pre></code>
3939

4040
### IAmACaseObject
4141
<pre><code class="language-scala" >final case object <a href="./Documentation/IAmACaseObject$.md">IAmACaseObject</a></pre></code>

0 commit comments

Comments
 (0)