Skip to content

Commit 20695d4

Browse files
committed
Fixed a RST syntax issue
1 parent 343d1e0 commit 20695d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler/data_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ template that includes some specific blocks.
9696

9797
First, add the ``getTemplate()`` method in your data collector class to return
9898
the path of the Twig template to use. Then, add some *getters* to give the
99-
template access to the collected information::::
99+
template access to the collected information::
100100

101101
// src/DataCollector/RequestCollector.php
102102
namespace App\DataCollector;

0 commit comments

Comments
 (0)