ソースを参照

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}}`