Skip to content

Commit c232381

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#65 from SephVelut/patch-1
Typo on comment
2 parents 5176c3f + 4f74d62 commit c232381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adapter/EBookAdapter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(EBookInterface $ebook)
2626
}
2727

2828
/**
29-
* This cass makes the proper translation from one interface to another
29+
* This class makes the proper translation from one interface to another
3030
*/
3131
public function open()
3232
{

0 commit comments

Comments
 (0)