diff --git a/guide/english/algorithms/algorithm-design-patterns/structual-patterns/index.md b/guide/english/algorithms/algorithm-design-patterns/structual-patterns/index.md index 92aaf1f979..81d494741c 100644 --- a/guide/english/algorithms/algorithm-design-patterns/structual-patterns/index.md +++ b/guide/english/algorithms/algorithm-design-patterns/structual-patterns/index.md @@ -22,7 +22,7 @@ Examples of Structural Patterns include: 12. **Marker pattern**: an empty interface to associate metadata with a class. 13. **Pipes and filters**: a chain of processes where the output of each process is the input of the next. 14. **Opaque pointer**: a pointer to an undeclared or private type, to hide implementation details. -15. **Proxy pattern** a class functioning as an interface to another thing. +15. **Proxy pattern**: a class functioning as an interface to another thing. ### Sources [https://en.wikipedia.org/wiki/Structural_pattern](https://en.wikipedia.org/wiki/Structural_pattern)