We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f086b39 commit f6684b3Copy full SHA for f6684b3
lib/templates/_source_code.html
@@ -1,5 +1,5 @@
1
{{#hasSourceCode}}
2
<section class="summary source-code" id="source">
3
- <h2><span>Source</span> {{{crossdartHtmlTag}}}</h2>
+ <h2><span>Implementation</span> {{{crossdartHtmlTag}}}</h2>
4
<pre class="language-dart"><code class="language-dart">{{{ sourceCode }}}</code></pre>
5
</section>{{/hasSourceCode}}
0 commit comments