Skip to content

Commit

Permalink
Merge pull request #601 from MemPage/AssignmentExpression-fix
Browse files Browse the repository at this point in the history
Remove unneeded | from AssignmentExpression
  • Loading branch information
ehuss committed Apr 29, 2019
2 parents 2370da2 + ce7550a commit 94ad2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expressions/operator-expr.md
Expand Up @@ -392,7 +392,7 @@ same trait object.

> **<sup>Syntax</sup>**\
> _AssignmentExpression_ :\
> &nbsp;&nbsp; | [_Expression_] `=` [_Expression_]
> &nbsp;&nbsp; [_Expression_] `=` [_Expression_]
An _assignment expression_ consists of a [place expression] followed by an
equals sign (`=`) and a [value expression]. Such an expression always has
Expand Down

0 comments on commit 94ad2b8

Please sign in to comment.