File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,14 @@ function $HttpProvider() {
121
121
} ;
122
122
123
123
/**
124
- * Are order by request. I.E . they are applied in the same order as
125
- * array on request, but revers order on response.
124
+ * Are ordered by request, i.e . they are applied in the same order as the
125
+ * array, on request, but reverse order, on response.
126
126
*/
127
127
var interceptorFactories = this . interceptors = [ ] ;
128
+
128
129
/**
129
- * For historical reasons, response interceptors ordered by the order in which
130
- * they are applied to response. (This is in revers to interceptorFactories)
130
+ * For historical reasons, response interceptors are ordered by the order in which
131
+ * they are applied to the response. (This is the opposite of interceptorFactories)
131
132
*/
132
133
var responseInterceptorFactories = this . responseInterceptors = [ ] ;
133
134
You can’t perform that action at this time.
0 commit comments