Skip to content

Commit 5685d68

Browse files
committed
Fix title of iterator readme.
1 parent 4262e22 commit 5685d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/iterator/github_commit/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Template Method Pattern
1+
# Iterator pattern
22
Iterator is a behavioral design pattern that lets you traverse elements of a collection without
33
exposing its underlying representation (list, stack, tree, etc.).
44

0 commit comments

Comments
 (0)