Skip to content

Commit

Permalink
Update 02.06.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julycoding committed Sep 22, 2015
1 parent 9a1b948 commit 9f98a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebook/zh/02.06.md
Expand Up @@ -57,7 +57,7 @@ void OddEvenSort(int *pData, unsigned int length)
else
{
//否则都不正常,交换
//swap是STL库函数,声明为void swap(int&a, int& b);
//swap是STL库函数,声明为void swap(int& a, int& b);
swap(*pBegin, *pEnd);
}
}
Expand Down

0 comments on commit 9f98a38

Please sign in to comment.