We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727555f commit d0abd77Copy full SHA for d0abd77
src/data/patterns.js
@@ -235,8 +235,8 @@ export default Person;`
235
id: 'adapter',
236
name: 'Adapter',
237
type: 'structural',
238
- hint:
239
- 'allows classes with incompatible interfaces to work together by wrapping its own interface around that of an already existing class',
+ hint: `allows classes with incompatible interfaces to work together by wrapping its
+ own interface around that of an already existing class`,
240
codeES5: `function Soldier(lvl) {
241
this.lvl = lvl;
242
}
0 commit comments