Skip to content

Commit

Permalink
Fix typos in comment about ExprId.
Browse files Browse the repository at this point in the history
  • Loading branch information
staple committed Jul 29, 2014
1 parent 8566467 commit 6f295a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ object NamedExpression {
}

/**
* A globally (within this JVM) id for a given named expression.
* Used to identify with attribute output by a relation is being
* A globally unique (within this JVM) id for a given named expression.
* Used to identify which attribute output by a relation is being
* referenced in a subsequent computation.
*/
case class ExprId(id: Long)
Expand Down

0 comments on commit 6f295a2

Please sign in to comment.