fix: typo

This commit is contained in:
Zhicheng Wang 2018-08-23 14:38:38 +08:00
parent 017ba00e92
commit a43beabdb7
1 changed files with 1 additions and 1 deletions

View File

@ -1191,7 +1191,7 @@ Having multiple classes in the same file is confusing and best avoided.
Developers expect one class per file. Keep them happy. Developers expect one class per file. Keep them happy.
在同一个文件中有多个类容易造成混淆,最好避免。 在同一个文件中有多个类容易造成混淆,最好避免。
开发人员期望每个文件只放一个类。这会让们开心点。 开发人员期望每个文件只放一个类。这会让们开心点。
If you combine the `HeroService` class with If you combine the `HeroService` class with
the `HeroesComponent` in the same file, the `HeroesComponent` in the same file,