Skip to content

Commit 32432e5

Browse files
committed
-
1 parent 11e77f5 commit 32432e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Twig/TocExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function getFunctions(): array
2424
public static function getOptions(array $toc): array
2525
{
2626
$flattendToc = self::flattenToc($toc);
27-
// FIXME: his hardcoded '2' value should instead be obtained
27+
// FIXME: this hardcoded '2' value should instead be obtained
2828
// automatically using the 'maxdepth' option of 'toctree' directive.
2929
// See https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html
3030
$maxDepth = 2;

0 commit comments

Comments
 (0)