diff options
| author | jesse | 2014-01-10 17:00:57 -0800 |
|---|---|---|
| committer | Igor Minar | 2014-01-10 23:42:36 -0800 |
| commit | b2c84ccde37d0d9b1f2cd33e0cc23080d11820e2 (patch) | |
| tree | fbb56973ecdb78214f553b8a245ca8d350909254 /src/ng | |
| parent | 2b344dbd20777fb1283b3a5bcf35a6ae8d09469d (diff) | |
| download | angular.js-b2c84ccde37d0d9b1f2cd33e0cc23080d11820e2.tar.bz2 | |
docs($sce): corrected typo & markup.
the --> that
value --> `value`
Closes #5735
Diffstat (limited to 'src/ng')
| -rw-r--r-- | src/ng/sce.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/sce.js b/src/ng/sce.js index 24b94c83..d1340c27 100644 --- a/src/ng/sce.js +++ b/src/ng/sce.js @@ -321,7 +321,7 @@ function $SceDelegateProvider() { * * @param {*} value The result of a prior {@link ng.$sceDelegate#methods_trustAs `$sceDelegate.trustAs`} * call or anything else. - * @returns {*} The value the was originally provided to {@link ng.$sceDelegate#methods_trustAs + * @returns {*} The `value` that was originally provided to {@link ng.$sceDelegate#methods_trustAs * `$sceDelegate.trustAs`} if `value` is the result of such a call. Otherwise, returns * `value` unchanged. */ |
