소스 검색

Added missing semicolon

Stephan Hochdörfer 11 년 전
부모
커밋
4acfe1a079
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/articles/plugins.md

+ 1 - 1
doc/articles/plugins.md

@@ -58,7 +58,7 @@ Example:
 
     use Composer\Composer;
     use Composer\IO\IOInterface;
-    use Composer\Plugin\PluginInterface
+    use Composer\Plugin\PluginInterface;
 
     class TemplateInstallerPlugin implements PluginInterface
     {