Skip to content

Commit ab41aa7

Browse files
committed
fixed Line contains a tab
1 parent 150849d commit ab41aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphx/src/main/scala/org/apache/spark/graphx/GraphOps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ class GraphOps[VD: ClassTag, ED: ClassTag](graph: Graph[VD, ED]) extends Seriali
343343
* @example for `sendMsg`:
344344
* {{{
345345
* private def sendMessage(ctx: EdgeContext[VD, ED, A): Unit = {
346-
* //logic code defined by you...
346+
* //logic code defined by yourself.
347347
* ctx.sendToDst(aMsg1)
348348
* ctx.sendToSrc(aMsg2)
349349
* }

0 commit comments

Comments
 (0)