Explorar el Código

jq: correct description of example (#4299)

johnsmith2077 hace 4 años
padre
commit
5951942143
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}}`