1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix "provides" typo

This commit is contained in:
Riley Avron
2018-02-23 11:31:14 -08:00
committed by Nico Williams
parent 2ce1e323df
commit ae11f111a5

View File

@@ -2935,7 +2935,7 @@ sections:
can be represented in JSON. can be represented in JSON.
All the assignment operators in jq have path expressions on the All the assignment operators in jq have path expressions on the
left-hand side (LHS). The right-hand side (RHS) procides values left-hand side (LHS). The right-hand side (RHS) provides values
to set to the paths named by the LHS path expressions. to set to the paths named by the LHS path expressions.
Values in jq are always immutable. Internally, assignment works Values in jq are always immutable. Internally, assignment works