Skip to content

Commit

Permalink
Typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanAbate committed Jun 15, 2019
1 parent 42d120a commit cff97a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ abstract class Documentation[T, A <: Int, B >: String, -X, +Y](c1: String, val c

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

type typeExamle[X] >: X <: String //TypeBound
type typeExample[X] >: X <: String //TypeBound

type abstractType

Expand Down
4 changes: 2 additions & 2 deletions tastydoc/zzz/example/level2/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Auxiliary constructor
### abstractType
<pre><code class="language-scala" >type abstractType: Nothing <: Any</pre></code>

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

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

0 comments on commit cff97a9

Please sign in to comment.