Skip to content

Commit 435e111

Browse files
authored
Merge pull request #77 from ilopX/fix-iteartor-doc-title
Fix title of iterator readme.
2 parents 4262e22 + 5685d68 commit 435e111

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)