File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,19 @@ exports[`REFERENCE - Pattern component renders the individual pattern (Singleton
5959 <span
6060 className = " c2"
6161 >
62- Description :
62+ Definition :
6363 </span >
64- This pattern restricts object creation for a class to only one instance.
64+ Ensure a class has only one instance and provide a global point of access to it.
65+ </p >
66+ <p >
67+ <span
68+ className = " c2"
69+ >
70+ Use when…
71+ </span >
72+ …
73+ there must by only one instance of a class
74+ .
6575 </p >
6676 <h3 >
6777 ES5
Original file line number Diff line number Diff line change @@ -295,9 +295,19 @@ exports[`Patterns page renders the individual Pattern (Singleton) info 1`] = `
295295 <span
296296 className = " c2"
297297 >
298- Description :
298+ Definition :
299299 </span >
300- This pattern restricts object creation for a class to only one instance.
300+ Ensure a class has only one instance and provide a global point of access to it.
301+ </p >
302+ <p >
303+ <span
304+ className = " c2"
305+ >
306+ Use when…
307+ </span >
308+ …
309+ there must by only one instance of a class
310+ .
301311 </p >
302312 <h3 >
303313 ES5
You can’t perform that action at this time.
0 commit comments