Skip to content

Commit b4627b0

Browse files
author
行书忱
committed
heavy
1 parent 4f054d5 commit b4627b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3_STL_iterator/3_1_find.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <iostream>
66
using namespace std;
77

8-
// 迭代器是一种行为类似指针的对象,对operator*和operator->进行重载
8+
// 迭代器是一种行为类似指针的对象,对operator*和operator->进行重载.
99

1010
int main() {
1111
const int arraySize = 7;

0 commit comments

Comments
 (0)