Commit 8a13db3c authored by Jason Fox's avatar Jason Fox
Browse files

Revise texts.

Matches to -> Matches
parent 2c989bdf
Loading
Loading
Loading
Loading
Loading
+14 −14
Original line number Original line Diff line number Diff line
@@ -815,7 +815,7 @@ The Query Term value, [temperature==10..20]{.HTML-Code}:


The Query Term value, [description[​fr]=="pain"]{.HTML-Code}
The Query Term value, [description[​fr]=="pain"]{.HTML-Code}


-  Matches to the _`languageMap`_  below as the value
-  Matches the _`languageMap`_  below as the value
   ["pain"]{.HTML-Code} corresponds to the key ["fr"]{.HTML-Code}
   ["pain"]{.HTML-Code} corresponds to the key ["fr"]{.HTML-Code}


```json
```json
@@ -826,7 +826,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod
}
}
```
```


-  Does not match to the _`languageMap`_ below as the value
-  Does not match the _`languageMap`_ below as the value
   ["pain"]{.HTML-Code}, although present in the _`languageMap`_,
   ["pain"]{.HTML-Code}, although present in the _`languageMap`_,
   does not correspond to the key ["fr"]{.HTML-Code}
   does not correspond to the key ["fr"]{.HTML-Code}


@@ -838,7 +838,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod
}
}
```
```


-  Matches to the _`languageMap`_  below as the value
-  Matches the _`languageMap`_  below as the value
   ["pain"]{.HTML-Code} corresponds an element withn the key
   ["pain"]{.HTML-Code} corresponds an element withn the key
   ["fr"]{.HTML-Code}
   ["fr"]{.HTML-Code}


@@ -850,7 +850,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod
}
}
```
```


-  Does not match to the _`languageMap`_ below as the value
-  Does not match the _`languageMap`_ below as the value
   ["pain"]{.HTML-Code} does not correspond to an element within the key
   ["pain"]{.HTML-Code} does not correspond to an element within the key
   ["fr"]{.HTML-Code}
   ["fr"]{.HTML-Code}


@@ -880,7 +880,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod


The Query Term value, [description[\*]=="pain"]{.HTML-Code}
The Query Term value, [description[\*]=="pain"]{.HTML-Code}


-  Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found.
-  Matches the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found.


```json
```json
{
{
@@ -890,7 +890,7 @@ The Query Term value, [description[\*]=="pain"]{.HTML-Code}
}
}
```
```


-  Also Matches to the _`languageMap`_  below as the value ["pain"]{.HTML-Code} can be found
-  Also Matches the _`languageMap`_  below as the value ["pain"]{.HTML-Code} can be found
   as an element of an array.
   as an element of an array.


```json
```json
@@ -917,13 +917,13 @@ The Query Term value, [description[\*]=="pain"]{.HTML-Code}


The Query Term value, [color=="http://example/red"]{.HTML-Code}
The Query Term value, [color=="http://example/red"]{.HTML-Code}


-  Matches to the _`object`_ below  as it is identical or equivalent to the target value.
-  Matches the _`object`_ below  as it is identical or equivalent to the target value.


```json
```json
"http://example.com/red"
"http://example.com/red"
```
```


-  Matches to the _`objectList`_ below  as it is included in the array
-  Matches the _`objectList`_ below  as it is included in the array


```json
```json
[
[
@@ -960,13 +960,13 @@ The Query Term value, [color=="http://example/red"]{.HTML-Code}


The Query Term value, [color=="http://example/black","http://example/red"]{.HTML-Code}
The Query Term value, [color=="http://example/black","http://example/red"]{.HTML-Code}


-  Matches to  the _`object`_ below as it is identical or equivalent to one of the list values
-  Matches the _`object`_ below as it is identical or equivalent to one of the list values


```json
```json
"http://example.com/red"
"http://example.com/red"
```
```


-  Matches to  the _`object`_  below as the element ["http://example.com/red"]{.HTML-Code}
-  Matches the _`object`_  below as the element ["http://example.com/red"]{.HTML-Code}
   is included  as one of the elements within the array.
   is included  as one of the elements within the array.


```json
```json
@@ -995,7 +995,7 @@ The Query Term value, [color=="http://example/black","http://example/red


The Query Term value, [address[​city]==Berlin]{.HTML-Code}:
The Query Term value, [address[​city]==Berlin]{.HTML-Code}:


-  Matches to the value below as the sub-attribute ["city"]{.HTML-Code} of
-  Matches the value below as the sub-attribute ["city"]{.HTML-Code} of
   the JSON Object is identical or equivalent to the target value.
   the JSON Object is identical or equivalent to the target value.




@@ -1004,7 +1004,7 @@ The Query Term value, [address[​city]==Berlin]{.HTML-Code}
```
```




-  Matches to the value below as the sub-attribute ["city"]{.HTML-Code} of at
-  Matches the value below as the sub-attribute ["city"]{.HTML-Code} of at
   least one of the JSON Object in the array, is identical or equivalent to the
   least one of the JSON Object in the array, is identical or equivalent to the
   target value.
   target value.


@@ -1036,14 +1036,14 @@ The Query Term value, [address[​city]==Berlin]{.HTML-Code}


The Query Term value,  The Query Term value, [address[​city]==Berlin,Tokyo]{.HTML-Code}:
The Query Term value,  The Query Term value, [address[​city]==Berlin,Tokyo]{.HTML-Code}:


-  Matches to the value below as the sub-attribute ["city"]{.HTML-Code} of
-  Matches the value below as the sub-attribute ["city"]{.HTML-Code} of
   the JSON Object is identical or equivalent to one of the list values.
   the JSON Object is identical or equivalent to one of the list values.


```json
```json
{"city": "Berlin", "country":"DE"}
{"city": "Berlin", "country":"DE"}
```
```


-  Matches to the value below, as the sub-attribute ["city"]{.HTML-Code} of at least
-  Matches the value below, as the sub-attribute ["city"]{.HTML-Code} of at least
   one JSON Object in the array is included in one of the Query Term values
   one JSON Object in the array is included in one of the Query Term values


```json
```json