mirror of
https://github.com/huihut/interview.git
synced 2025-12-18 21:14:38 +03:00
Design mode code comments are changed to English
https://github.com/huihut/interview/pull/73
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#ifndef DESIGNPATTERN_SINGLETON_H
|
||||
#define DESIGNPATTERN_SINGLETON_H
|
||||
|
||||
// 单例模式
|
||||
// Singleton mode
|
||||
class Singleton {
|
||||
private:
|
||||
Singleton(){}
|
||||
|
||||
Reference in New Issue
Block a user