Skip to content

Commit

Permalink
chore(spark): fix comment typo in GraphWriter.scala (#574)
Browse files Browse the repository at this point in the history
Signed-off-by: Liu Jiajun <[email protected]>
  • Loading branch information
jasinliu authored Aug 5, 2024
1 parent c0f0665 commit 14e810b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class GraphWriter() {
}

/**
* Put the egde dataframe into writer.
* Put the edge dataframe into writer.
* @param relation
* 3-Tuple (source label, edge label, target label) to indicate edge type.
* @param df
Expand Down

0 comments on commit 14e810b

Please sign in to comment.