Skip to content

Commit a87aceb

Browse files
committed
Add missing comma.
1 parent f0f73f0 commit a87aceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/external-tools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ may be found in [the chapter on build scripts](build-scripts.md).
209209
"env": [
210210
["SOME_KEY", "some value"],
211211
["ANOTHER_KEY", "another value"]
212-
]
212+
],
213213
/* A path which is used as a value of `OUT_DIR` environmental variable
214214
when compiling current package.
215215
*/

0 commit comments

Comments
 (0)