Skip to content

Commit 211aeef

Browse files
committed
Fixed typo
1 parent 1fca76e commit 211aeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tree.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ An example:
4949

5050
.. code-block:: php
5151
52-
$source = $tree->getPath('src/Gitonomy/Git');
52+
$source = $tree->resolvePath('src/Gitonomy/Git');
5353
5454
$source instanceof Tree;

0 commit comments

Comments
 (0)