Add missing comma.

This commit is contained in:
Eric Huss 2019-11-23 09:21:11 -08:00
parent f0f73f04d1
commit a87aceba0d

View File

@ -209,7 +209,7 @@ may be found in [the chapter on build scripts](build-scripts.md).
"env": [
["SOME_KEY", "some value"],
["ANOTHER_KEY", "another value"]
]
],
/* A path which is used as a value of `OUT_DIR` environmental variable
when compiling current package.
*/