From 6caea8557bb76518d2356b7e1a82901cc76131c8 Mon Sep 17 00:00:00 2001 From: Markus Moser Date: Tue, 2 Feb 2016 17:31:12 +0100 Subject: [PATCH] added missing space, 'cause website didnt display correctly --- execute-around/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execute-around/index.md b/execute-around/index.md index 784a02b1..f669f18f 100644 --- a/execute-around/index.md +++ b/execute-around/index.md @@ -23,5 +23,5 @@ Use the Execute Around idiom when * you use an API that requires methods to be called in pairs such as open/close or allocate/deallocate. -##Credits +## Credits * [Functional Programming in Java: Harnessing the Power of Java 8 Lambda Expressions](http://www.amazon.com/Functional-Programming-Java-Harnessing-Expressions/dp/1937785467/ref=sr_1_1)