Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cabfdd6

Browse files
committed
Newline
1 parent f288e73 commit cabfdd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/guide/expression.ngdoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ AngularJS expressions are like JavaScript expressions with the following differe
3737
even inside `ng-init` directive.
3838

3939
* **No RegExp Creation With Literal Notation:** You cannot create regular expressions
40-
in an AngularJS expression. An exception to this rule is {@link ngPattern `ng-pattern`} which accepts valid RegExp.
40+
in an AngularJS expression. An exception to this rule is {@link ngPattern `ng-pattern`} which accepts valid
41+
RegExp.
4142

4243
* **No Object Creation With New Operator:** You cannot use `new` operator in an AngularJS expression.
4344

0 commit comments

Comments
 (0)