Skip to content

Commit 6433b05

Browse files
committed
update code example
1 parent b4d44cc commit 6433b05

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/fundamentals/linq.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,10 @@ The result of the preceding example contains the following documents:
270270

271271
// Results Truncated
272272

273-
{ "title" : "State of Play", "languages" : ["English"]}
274-
{ "title" : "Bhopal: A Prayer for Rain", "languages" : ["English", "Hindi"] }
275-
{ "title" : "Dead Presidents", "languages" : ["English"]}
276-
{ "title" : "The Rains Came", "languages" : ["English"] }
277-
273+
{ "name" : "Von Dolhens", "cuisine" : "Ice Cream, Gelato, Yogurt, Ices" }
274+
{ "name" : "New York Mercantile Exchange", "cuisine" : "American" }
275+
{ "name" : "Michaelangelo's Restaurant", "cuisine" : "Italian" }
276+
{ "name" : "Charlie Palmer Steak", "cuisine" : "American" }
278277

279278
$skip
280279
~~~~~

0 commit comments

Comments
 (0)