Skip to content

Commit fbb22d5

Browse files
committed
Fixed caps
1 parent 3bcdfce commit fbb22d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
523523
* need to send signal from one thread/process to another to terminate
524524

525525
**Real world examples:**
526-
* [Akka.actor.PoisonPill](http://doc.akka.io/docs/akka/2.1.4/java/untyped-actors.html)
526+
* [akka.actor.PoisonPill](http://doc.akka.io/docs/akka/2.1.4/java/untyped-actors.html)
527527

528528
## <a name="lazy-loading">Lazy Loading</a> [&#8593;](#list-of-design-patterns)
529529
**Intent:** Lazy loading is a design pattern commonly used to defer initialization of an object until the point at which it is needed. It can contribute to efficiency in the program's operation if properly and appropriately used.

0 commit comments

Comments
 (0)