Skip to content

Commit e687d2f

Browse files
committed
Fixing property name
1 parent 6d4b6e1 commit e687d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/graph/tutorial-query-graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: mansha
66
ms.service: cosmos-db
77
ms.subservice: cosmosdb-graph
88
ms.topic: tutorial
9-
ms.date: 12/03/2018
9+
ms.date: 11/08/2021
1010
ms.reviewer: sngun
1111
ms.custom: devx-track-csharp
1212
---
@@ -46,7 +46,7 @@ g.V().hasLabel('person').has('age', gt(40))
4646
You can project certain properties in the query results using the `values` step:
4747

4848
```
49-
g.V().hasLabel('person').values('firstName')
49+
g.V().hasLabel('person').values('name')
5050
```
5151

5252
## Find related edges and vertices

0 commit comments

Comments
 (0)