diff --git a/src/AngularPublic.js b/src/AngularPublic.js index c12403838bfe..b5c79ebcd984 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -98,8 +98,9 @@ * @name angular.version * @module ng * @description - * An object that contains information about the current AngularJS version. This object has the - * following properties: + * An object that contains information about the current AngularJS version. + * + * This object has the following properties: * * - `full` – `{string}` – Full version string, such as "0.9.18". * - `major` – `{number}` – Major version number, such as "0".