Skip to content

Commit 9fbec8c

Browse files
committed
Add warning message and update links in Singleton.md
1 parent 119fcb2 commit 9fbec8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/Book/2.1 Singleton.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Singleton
22

3+
> [!WARNING]
4+
> * Bài này sẽ được cập nhât ở [github sau](https://github.com/nguyenphuc22/Design-Patterns/blob/main/Writerside/topics/Singleton.md)[website sau](https://nguyenphuc22.github.io/Design-Patterns/singleton.html).
5+
> * File này sẽ được xoá vào cập nhật version_1
6+
7+
38
## Giới thiệu
49

510
Singleton là một Design Pattern thuộc nhóm Creational Pattern. Nó đảm bảo chỉ duy nhất một thể hiện của một lớp được tạo ra trong suốt chương trình.

0 commit comments

Comments
 (0)