Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyachur committed Nov 8, 2021
1 parent 73826c2 commit 083f9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migration_ov_2_0/docs/graph_construction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Code snippets below show how application code should be changed for migration to

nGraph API:

@snippet snippets/ngraph.cpp ngraph::graph
@snippet snippets/ngraph.cpp ngraph:graph

OpenVINO™ 2.0 API:

@snippet snippets/ov_graph.cpp ov::graph
@snippet snippets/ov_graph.cpp ov:graph

0 comments on commit 083f9e7

Please sign in to comment.