Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <[email protected]>
  • Loading branch information
acezen committed Mar 14, 2024
1 parent c36c1f5 commit b21f3fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions analytical_engine/frame/property_graph_frame.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ bool isTerminalValue(const boost::property_tree::ptree& pt) {
* selector = {
* "vertices": {
* "person": ["id", "firstName", "secondName"],
* "comment": None, # select all properties
* }
* "comment": None # select all properties
* },
* "edges": {
* "knows": ["CreationDate"],
* "replyOf": None,
* "replyOf": None
* }
* }
*
Expand Down

0 comments on commit b21f3fe

Please sign in to comment.