docs(pipe_transform): remove extra backticks

This commit is contained in:
Igor Minar 2015-09-15 12:03:04 -07:00
parent 64e8f93f32
commit 8f985dd558
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
* ```
*
* Invoking `{{ 'ok' | repeat:3 }}` in a template produces `okokok`.
*
* ```
*/
export interface PipeTransform { transform(value: any, args: any[]): any; }