From ad29b12cde92f9b1d6b9e851412328d342c5f6d6 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Sat, 16 May 2015 08:43:07 +0200 Subject: [PATCH] doc(NgFor): fix inline doc --- modules/angular2/src/directives/ng_for.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/angular2/src/directives/ng_for.js b/modules/angular2/src/directives/ng_for.js index 29ecc78127..d72fc2e6f5 100644 --- a/modules/angular2/src/directives/ng_for.js +++ b/modules/angular2/src/directives/ng_for.js @@ -31,8 +31,8 @@ import {ListWrapper} from 'angular2/src/facade/collection'; * # Syntax * * - `
  • ...
  • ` - * - `
  • ...
  • ` - * - `` + * - `
  • ...
  • ` + * - `` * * @exportedAs angular2/directives */