We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5884f commit 13ab0b9Copy full SHA for 13ab0b9
chapters/c++11/chapter.md
@@ -174,7 +174,7 @@ for(auto & mySelfie : mySelfies) {
174
auto myFriends = snapChatClient.getFriends();
175
176
//now let's send them to all my friends
177
-for(auto & myFriend : myFriend) {
+for(auto & myFriend : myFriends) {
178
if (myFriend.isHot()) {
179
for(auto & mySelfie : mySelfies) {
180
myFriend.sendImage(mySelfie); // (2)
0 commit comments