From 335737d7ddbff8a2f28038da9fea96d85213ce85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Wed, 6 Apr 2016 20:37:02 +0300 Subject: [PATCH] Add alias for Multiton --- multiton/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multiton/README.md b/multiton/README.md index 68fb6bbc6..0462ff0ec 100644 --- a/multiton/README.md +++ b/multiton/README.md @@ -9,6 +9,9 @@ tags: - Difficulty-Beginner --- +## Also known as +Registry + ## Intent Ensure a class only has limited number of instances, and provide a global point of access to them.