docs(di/injector): remove invalid tab chars

These tabs were breaking the jade syntax generation
This commit is contained in:
Peter Bacon Darwin 2015-05-15 13:54:41 +01:00
parent 3571450b42
commit 8b9400ad92
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ function _isWaiting(obj): boolean {
* }
*
* class Car {
* constructor(@Inject(Engine) engine) {
* }
* constructor(@Inject(Engine) engine) {
* }
* }
*
* ```