Skip to content

Commit

Permalink
Properties: Add more codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyItsGilbert committed Oct 11, 2024
1 parent 9290e20 commit f3ad16b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorial-basics/parameters-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ task TestProperties {
}
```

The value of $x should be 1 and $y should be 2 by the time the "TestProperties"
task is executed. The value of $z was not over-ridden so it should still be
$null.
The value of `$x` should be `1` and `$y` should be `2` by the time the
`TestProperties` task is executed. The value of `$z` was not over-ridden so it
should still be `$null`.

0 comments on commit f3ad16b

Please sign in to comment.