docs(injector): API docs - remove lone code-block backticks (#11653)

The triple backticks in the markdown of the API entry are unbalanced.
This commit is contained in:
Patrice Chalin 2016-09-18 16:04:04 -07:00 committed by Alex Eagle
parent 2300c23332
commit 89802316b9
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ export abstract class Injector {
* - Throws {@link NoProviderError} if no `notFoundValue` that is not equal to
* Injector.THROW_IF_NOT_FOUND is given
* - Returns the `notFoundValue` otherwise
* ```
*/
get(token: any, notFoundValue?: any): any { return unimplemented(); }
}