Skip to content

Commit eb36532

Browse files
committed
copyable false
1 parent e5c5ca0 commit eb36532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/fundamentals/linq.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ rest of the array:
280280
The results resemble the following documents:
281281

282282
.. code-block:: json
283+
:copyable: false
283284

284285
{ "name" : "Maura Day", "grades" : [92, 97] }
285286
{ "name" : "Saul Curzon", "grades" : [100, 95, 91] }
@@ -369,6 +370,7 @@ rest of the array:
369370
The results resemble the following documents:
370371

371372
.. code-block:: json
373+
:copyable: false
372374

373375
{ "name" : "Maura Day", "grades" : [80, 90, 70, 83] }
374376
{ "name" : "Saul Curzon", "grades" : [79, 100, 85, 73] }

0 commit comments

Comments
 (0)