Skip to content

Commit 1acd972

Browse files
Fix bug in the doc
1 parent 10a40c8 commit 1acd972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/action-digraph.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,11 +808,11 @@ namespace libsemigroups {
808808
Find the node that a path starting at a given node leads to.
809809
810810
:param ad: the ``ActionDigraph`` object to check.
811-
:type: ActionDigraph
811+
:type ad: ActionDigraph
812812
:param first: the starting node.
813-
:type: int
813+
:type first: int
814814
:param path: the path to follow.
815-
:type: List[int]
815+
:type path: List[int]
816816
817817
:return:
818818
An ``int`` corresponding to the node at the end of the path or

0 commit comments

Comments
 (0)