From c815794e4bb0d057618db1c07074dcb46cc6f27c Mon Sep 17 00:00:00 2001 From: itchyny Date: Tue, 6 Jun 2023 06:09:03 +0900 Subject: [PATCH] Replace find with select function as the example of jq-coded functions (#1962) --- docs/content/manual/manual.yml | 2 +- docs/content/manual/v1.3/manual.yml | 2 +- docs/content/manual/v1.4/manual.yml | 2 +- docs/content/manual/v1.5/manual.yml | 2 +- docs/content/manual/v1.6/manual.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index 7628f264..2380fa45 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -2486,7 +2486,7 @@ sections: It is also possible to define functions in jq, although this is is a feature whose biggest use is defining jq's standard library - (many jq functions such as `map` and `find` are in fact written + (many jq functions such as `map` and `select` are in fact written in jq). jq has reduction operators, which are very powerful but a bit diff --git a/docs/content/manual/v1.3/manual.yml b/docs/content/manual/v1.3/manual.yml index 561629da..4bb6a8ab 100644 --- a/docs/content/manual/v1.3/manual.yml +++ b/docs/content/manual/v1.3/manual.yml @@ -1020,7 +1020,7 @@ sections: It is also possible to define functions in jq, although this is is a feature whose biggest use is defining jq's standard library - (many jq functions such as `map` and `find` are in fact written + (many jq functions such as `map` and `select` are in fact written in jq). Finally, jq has a `reduce` operation, which is very powerful but a diff --git a/docs/content/manual/v1.4/manual.yml b/docs/content/manual/v1.4/manual.yml index 87f314f1..22d10caa 100644 --- a/docs/content/manual/v1.4/manual.yml +++ b/docs/content/manual/v1.4/manual.yml @@ -1422,7 +1422,7 @@ sections: It is also possible to define functions in jq, although this is is a feature whose biggest use is defining jq's standard library - (many jq functions such as `map` and `find` are in fact written + (many jq functions such as `map` and `select` are in fact written in jq). Finally, jq has a `reduce` operation, which is very powerful but a diff --git a/docs/content/manual/v1.5/manual.yml b/docs/content/manual/v1.5/manual.yml index d758a1f4..5a0180f6 100644 --- a/docs/content/manual/v1.5/manual.yml +++ b/docs/content/manual/v1.5/manual.yml @@ -2149,7 +2149,7 @@ sections: It is also possible to define functions in jq, although this is is a feature whose biggest use is defining jq's standard library - (many jq functions such as `map` and `find` are in fact written + (many jq functions such as `map` and `select` are in fact written in jq). jq has reduction operators, which are very powerful but a bit diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml index 5376ff51..ec1f45d2 100644 --- a/docs/content/manual/v1.6/manual.yml +++ b/docs/content/manual/v1.6/manual.yml @@ -2395,7 +2395,7 @@ sections: It is also possible to define functions in jq, although this is is a feature whose biggest use is defining jq's standard library - (many jq functions such as `map` and `find` are in fact written + (many jq functions such as `map` and `select` are in fact written in jq). jq has reduction operators, which are very powerful but a bit