docs($interpolate): correct small typo

This commit is contained in:
Paul Dijou
2014-02-18 06:26:09 +00:00
committed by Peter Bacon Darwin
parent ad6767949c
commit 774b2adb89

View File

@@ -226,7 +226,7 @@ function $InterpolateProvider() {
* Use {@link ng.$interpolateProvider#methods_endSymbol $interpolateProvider#endSymbol} to change
* the symbol.
*
* @returns {string} start symbol.
* @returns {string} end symbol.
*/
$interpolate.endSymbol = function() {
return endSymbol;