From 04fcced645e259447bfcb4b2397594b141f8b0c0 Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Sat, 12 Jul 2014 23:53:05 -0400 Subject: [PATCH] removed invalid jsdoc tag --- src/ng/http.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ng/http.js b/src/ng/http.js index f009acd8de83..88dda8e397fb 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -820,8 +820,7 @@ function $HttpProvider() { /** * @ngdoc method - * @name ng.$http#patch - * @methodOf ng.$http + * @name $http#patch * * @description * Shortcut method to perform `PATCH` request.