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:
parent
2300c23332
commit
89802316b9
|
@ -51,7 +51,6 @@ export abstract class Injector {
|
||||||
* - Throws {@link NoProviderError} if no `notFoundValue` that is not equal to
|
* - Throws {@link NoProviderError} if no `notFoundValue` that is not equal to
|
||||||
* Injector.THROW_IF_NOT_FOUND is given
|
* Injector.THROW_IF_NOT_FOUND is given
|
||||||
* - Returns the `notFoundValue` otherwise
|
* - Returns the `notFoundValue` otherwise
|
||||||
* ```
|
|
||||||
*/
|
*/
|
||||||
get(token: any, notFoundValue?: any): any { return unimplemented(); }
|
get(token: any, notFoundValue?: any): any { return unimplemented(); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue