Skip to content

Commit d0abd77

Browse files
committed
Line length fixed
1 parent 727555f commit d0abd77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/patterns.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ export default Person;`
235235
id: 'adapter',
236236
name: 'Adapter',
237237
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',
238+
hint: `allows classes with incompatible interfaces to work together by wrapping its
239+
own interface around that of an already existing class`,
240240
codeES5: `function Soldier(lvl) {
241241
this.lvl = lvl;
242242
}

0 commit comments

Comments
 (0)