mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2024-11-24 08:42:27 +02:00
Fix typo
This commit is contained in:
parent
b239a3b5ca
commit
ef81d3e718
@ -408,7 +408,7 @@
|
||||
<h1>Per node type stats</h1>
|
||||
<table class="stats">
|
||||
<thead>
|
||||
<tr><th>scan type</th><th>count</th><th>sum of times</th><th>% of query</th></tr>
|
||||
<tr><th>node type</th><th>count</th><th>sum of times</th><th>% of query</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
% for my $node_type ( sort keys %{ $stats->{'nodes'} } ) {
|
||||
|
Loading…
Reference in New Issue
Block a user