Преглед изворни кода

Merge pull request #1760 from gammamatrix/master

Documentation error: Replaced bad character
Jordi Boggiano пре 12 година
родитељ
комит
692015c12b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/articles/custom-installers.md

+ 1 - 1
doc/articles/custom-installers.md

@@ -55,7 +55,7 @@ package that has the [type][1] `composer-installer`.
 A basic Installer would thus compose of two files:
 
 1. the package file: composer.json
-2. The Installer class, e.g.: `My\Project\Composer\Installer.php`, containing a class that implements `Composer\Installer\InstallerInterface˚.
+2. The Installer class, e.g.: `My\Project\Composer\Installer.php`, containing a class that implements `Composer\Installer\InstallerInterface`.
 
 ### composer.json