Skip to content

Commit 4f6855b

Browse files
saikatdas0790Ron Petrusha
authored andcommitted
Fix typo "affect -> effect" in Conclusion (#4236)
Fixed the typo "affect" to "effect" in the **Conclusion** section
1 parent 0adb530 commit 4f6855b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/tutorials/working-with-linq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,6 @@ Compile and run again. The output is a little cleaner, and the code is a bit mor
325325

326326
## Conclusion
327327

328-
This sample showed you some of the methods used in LINQ, how to create your own methods that will be easily used with LINQ enabled code. It also showed you the differences between lazy and eager evaluation, and the affect that decision can have on performance.
328+
This sample showed you some of the methods used in LINQ, how to create your own methods that will be easily used with LINQ enabled code. It also showed you the differences between lazy and eager evaluation, and the effect that decision can have on performance.
329329

330330
You learned a bit about one magician's technique. Magicians use the faro shuffle because they can control where every card moves in the deck. In some tricks, the magician has an audience member place a card on top of the deck, and shuffles a few times, knowing where that card goes. Other illusions require the deck set a certain way. A magician will set the deck prior to performing the trick. Then she will shuffle the deck 5 times using an inner shuffle. On stage, she can show what looks like a random deck, shuffle it 3 more times, and have the deck set exactly how she wants.

0 commit comments

Comments
 (0)