Skip to content

Commit

Permalink
fix layout rule wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed Apr 4, 2024
1 parent 794f7d6 commit 2c64a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/lecture07.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ a = b + c where {b=1; c=2}
```
Keywords (such as `where`, `let`, etc.) start a *block*. The first word after the keyword defines
the *pivot column*. Lines *exactly* on the pivot define a new entry in the block. You can start a
line to the *left* of the pivot to continue the previous lines. Start a line to the *right* of the
line to the *right* of the pivot to continue the previous lines. Start a line to the *left* of the
pivot to end the block.


Expand Down

0 comments on commit 2c64a3d

Please sign in to comment.