Skip to content

Commit 50a9fc8

Browse files
committed
🔧 fixing typo
1 parent fa79859 commit 50a9fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Java Designs Pattern
22

3-
Here's is an implementation of some Designs Pattern from scratch.
4-
Code source files are available in the package `com.patternObsTest`.
3+
Here's is an implementation of some Design Patterns from scratch :p
54

65
__What is a Design Pattern ?__
7-
> a software design pattern is a general reusable solution to a commonly occurring problem within a given context in s software design --- Wikipedia
6+
>A software design pattern is a general reusable solution to a commonly occurring problem within a given context in software design --- Wikipedia
87
98
# Pattern Observer
9+
Code source files are available in the package `com.patternObsTest`.
1010
The observer pattern is a software design pattern in which an object, called the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods.
1111

1212
```java

0 commit comments

Comments
 (0)