瀏覽代碼

jq: correct description of example (#4299)

johnsmith2077 4 年之前
父節點
當前提交
5951942143
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/jq.md

+ 1 - 1
pages/common/jq.md

@@ -7,7 +7,7 @@
 
 `jq . {{file.json}}`
 
-- Output all elements from arrays (or all key-value pairs from objects) in a JSON file:
+- Output all elements from arrays (or all the values from objects) in a JSON file:
 
 `jq '.[]' {{file.json}}`