From eb7226cbf37cc368ad79b6db5a2d7572c988c4a8 Mon Sep 17 00:00:00 2001 From: Jakub Vojvoda Date: Thu, 29 Sep 2016 16:04:42 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67b52c5..380427b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ objects). - [Interpreter], grammar and interpretation of a language - [Iterator], how an aggregate's elements are accessed - [Mediator], how and which objects interact with each other - - [Memento], todo + - [Memento], what private information is stored outside an object, and when - [Observer], todo - [State], todo - [Strategy], an algorithm