aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plots.html
diff options
context:
space:
mode:
Diffstat (limited to 'plots.html')
-rw-r--r--plots.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/plots.html b/plots.html
index 30fe949..3a58e1d 100644
--- a/plots.html
+++ b/plots.html
@@ -214,8 +214,8 @@ corresponding algorithm.</p>
<img class="img-responsive" src="{{ site.baseurl }}/img/plots/preview/{{ stem }}.png" alt="{{ algorithm.display_name | escape }}, {{ iterations }} iterations, {{ input_kind }} case"/>
</a>
<div class="caption">
- <strong>{{ algorithm.display_name }},</strong><br/>
- {{ input_kind }} case, {{ complexity }}
+ <strong>{{ algorithm.display_name }}</strong><br/>
+ {{ input_kind | capitalize }} case, {{ complexity }}
</div>
</div>
</div>