From fdf5e2253f8fc1d2c8fd8636c6072dabe2a3b7d5 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Tue, 20 Feb 2024 19:12:10 +0200 Subject: [PATCH] fix Signed-off-by: George Lemon --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3096df9..8215b9d 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,8 @@ else: a href="/login": "Please login to view this page" ``` -Template variables can be declared inside templates using `var` or `const`. The only difference between a -`var` and a `const` is that constants are immutable and requires initialization. - -Template variables can be declared inside templates using `var` or `const`. The only difference between these two is -is that constants are immutable and require initialization. +Template variables can be declared inside templates using `var` or `const`. The only difference +between these two is that constants are immutable and requires initialization. The scope of a declared variable is limited to the branch in which it was declared.