1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-08 07:46:46 +02:00

typo and grammar fix

This commit is contained in:
Wingman4l7
2020-12-15 13:00:46 -08:00
committed by GitHub
parent f6a3608135
commit f5c77c1755

View File

@@ -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"