Skip to content

Commit

Permalink
fix: 修改文章
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ngsha committed Jun 6, 2024
1 parent 53b7892 commit bf8d9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_posts/DesignPatterns/Singleton.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
categories: Design Patterns
---
**Singleton** is a creational design pattern that lets you ensure that a class has only one instance, while providing a global access point to this instance.

<!--more-->
<br>

## Problem
Expand Down

0 comments on commit bf8d9fb

Please sign in to comment.