Skip to content

Commit 56f298e

Browse files
Update README.md
Co-authored-by: Ruben Bartelink <[email protected]>
1 parent ae53dab commit 56f298e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Substring(SourceContext, LastIndexOf(SourceContext, '.') + 1)
279279

280280
This expression takes advantage of `LastIndexOf()` returning -1 when no `.` character appears in `SourceContext`, to yield a `startIndex` of 0 in that case.
281281

282-
**Write not-referenced context properties, only if there any:**
282+
**Write not-referenced context properties (only if there are any):**
283283

284284
```
285285
{#if rest(true) <> {}} <Context: {rest(true)}>{#end}

0 commit comments

Comments
 (0)