Skip to content

Commit

Permalink
Refine the overview figure and fix the typos in documentation (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
lixueclaire authored Mar 6, 2023
1 parent 864d1d5 commit 9702e12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/images/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/user-guide/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ As the simplest cases, the fist example below adds vertices to **VerticesBuilder
// add an edge (0 -> 3)
GraphArchive::builder::Edge e(0, 3);
e.AddProperty("creationDate", "2011-07-20T20:02:04.233+0000");
builder.AddVertex(e);
builder.AddEdge(e);
// add other edges
// ...

Expand Down

0 comments on commit 9702e12

Please sign in to comment.