diff options
-rw-r--r-- | jsonnet.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonnet.html.markdown b/jsonnet.html.markdown index 175642d4..9fe4edbe 100644 --- a/jsonnet.html.markdown +++ b/jsonnet.html.markdown @@ -16,7 +16,7 @@ click [here](https://jsonnet.org/learning/tutorial.html) multiline comment */ -// as well as python style comment +# as well as python style comment # define a variable. # Variables have no effect in the generated JSON without being used. |