Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rugpanov committed Jun 19, 2018
1 parent 5a943b7 commit f3c49c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singleton/singleton.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace SingletonPattern {
export class Singleton {
// A variable which stores the singleton object. Intially,
// A variable which stores the singleton object. Initially,
// the variable acts like a placeholder
private static singleton: Singleton;

Expand Down

0 comments on commit f3c49c3

Please sign in to comment.