From 2c64a3d1dcab0a0f550660f759f5a2aded29c5df Mon Sep 17 00:00:00 2001 From: Niklas Heim Date: Thu, 4 Apr 2024 10:33:10 +0200 Subject: [PATCH] fix layout rule wording --- lectures/lecture07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/lecture07.md b/lectures/lecture07.md index 566d7d0..962d5e5 100644 --- a/lectures/lecture07.md +++ b/lectures/lecture07.md @@ -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.