Skip to content

Commit

Permalink
Make example work
Browse files Browse the repository at this point in the history
  • Loading branch information
corvus-ch committed Sep 11, 2020
1 parent 37a5143 commit 5f863ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/ROOT/pages/references/style-guide.adoc
Expand Up @@ -65,12 +65,12 @@ local clientPort = 2000;
----
{
// CORRECT
local myVariable = 3,
result: myVariable + 1,
local foo = 3,
bar: foo + 1,
// INCORRECT
myVariable:: 3,
result: $.myVariable + 1,
baz:: 3,
qux: $.baz + 1,
}
----

Expand Down

0 comments on commit 5f863ad

Please sign in to comment.