diff --git a/patterns/iterator/github_commit/README.md b/patterns/iterator/github_commit/README.md index 0a79ffc..93e6ee8 100644 --- a/patterns/iterator/github_commit/README.md +++ b/patterns/iterator/github_commit/README.md @@ -1,4 +1,4 @@ -# Template Method Pattern +# Iterator pattern Iterator is a behavioral design pattern that lets you traverse elements of a collection without exposing its underlying representation (list, stack, tree, etc.).