aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-26 04:33:11 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-26 04:33:11 +0300
commit01da2b71471990c7ddfc291e33f3a836bc91dd2c (patch)
tree06862ffe17f7c362dd229c1b3f1d6f7472d039f1
parentplots: update the actual plots (diff)
downloadsorting-algorithms-01da2b71471990c7ddfc291e33f3a836bc91dd2c.tar.gz
sorting-algorithms-01da2b71471990c7ddfc291e33f3a836bc91dd2c.zip
plots: update captions
Diffstat (limited to '')
-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>