docs(core): add missing closing brace in directive input example (#31901)

PR Close #31901
This commit is contained in:
hafiz 2019-07-29 18:06:51 -07:00 committed by Alex Rickabaugh
parent d0d875a3fe
commit a610d12266

View File

@ -140,7 +140,7 @@ export interface Directive {
* class BankAccount { * class BankAccount {
* bankName: string; * bankName: string;
* id: string; * id: string;
* * }
* ``` * ```
* *
*/ */