diff options
author | Wingman4l7 <gouldfish@gmail.com> | 2020-12-15 13:00:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 13:00:46 -0800 |
commit | f5c77c175555ebc8806b05d09b6780da8ea7821c (patch) | |
tree | 8e2bc9a1f4c9338c9d62c8ebea79e37f1ccfb07f /jsonnet.html.markdown | |
parent | f6a36081355c8a266b024888aaacb4abf18394a1 (diff) |
typo and grammar fix
Diffstat (limited to 'jsonnet.html.markdown')
-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 9fe4edbe..241caf5f 100644 --- a/jsonnet.html.markdown +++ b/jsonnet.html.markdown @@ -124,7 +124,7 @@ local obj5 = { }; assert obj5 == {}; -# a jsonnet doucment have to evaluate to something +# a jsonnet document has to evaluate to something # be it an object, list, number or just string literal "FIN" |