Skip to content

Commit

Permalink
doc: fix typo in graph guide
Browse files Browse the repository at this point in the history
[ upstream commit b457a9b3a4027aa6b0e52940fbaf6736ad021296 ]

Fix typo in graph lib doc.

Fixes: 4dc6d8e ("doc: add graph library guide")

Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
  • Loading branch information
ashwinyes authored and kevintraynor committed Jul 12, 2023
1 parent 7714594 commit eac5508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/prog_guide/graph_lib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Create the graph object
~~~~~~~~~~~~~~~~~~~~~~~
Now that the nodes are linked, Its time to create a graph by including
the required nodes. The application can provide a set of node patterns to
form a graph object. The ``famish()`` API used underneath for the pattern
form a graph object. The ``fnmatch()`` API used underneath for the pattern
matching to include the required nodes. After the graph create any changes to
nodes or graph is not allowed.

Expand Down

0 comments on commit eac5508

Please sign in to comment.