Skip to content

Commit bacd80c

Browse files
committed
missed a couple of twin names
1 parent e4e17ae commit bacd80c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/digital-twins/reference-query-clause-match.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ For more detail about each type of relationship condition and how to combine the
6060

6161
Here is an example query using `MATCH`.
6262

63-
The query specifies a [relationship direction](#specify-relationship-direction), and searches for building and sensor twins where...
64-
* the sensor is targeted by any relationship from a building with a `$dtId` of Building21, and
65-
* the sensor has a temperature above 50.
66-
The building and sensor are both included in the query result.
63+
The query specifies a [relationship direction](#specify-relationship-direction), and searches for Building and Sensor Twins where...
64+
* the Sensor is targeted by any relationship from a Building twin with a `$dtId` of Building21, and
65+
* the Sensor has a temperature above 50.
66+
The Building and Sensor are both included in the query result.
6767

6868
:::code language="sql" source="~/digital-twins-docs-samples/queries/reference.sql" id="MatchExample":::
6969

0 commit comments

Comments
 (0)