Skip to content

Commit

Permalink
Shadowed Implict typo (fixes no issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
som-snytt committed Feb 16, 2013
1 parent 466fc67 commit d2a36ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/scala/tools/nsc/doc/html/page/Template.scala
Expand Up @@ -215,7 +215,7 @@ class Template(universe: doc.Universe, generator: DiagramGenerator, tpl: DocTemp

{ if (shadowedImplicitMembers.isEmpty) NodeSeq.Empty else
<div id="values" class="values members">
<h3>Shadowed Implict Value Members</h3>
<h3>Shadowed Implicit Value Members</h3>
<ol>{ shadowedImplicitMembers map (memberToHtml(_, tpl)) }</ol>
</div>
}
Expand Down

0 comments on commit d2a36ab

Please sign in to comment.