We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f27c7 commit babd739Copy full SHA for babd739
1 file changed
dsl/error.go
@@ -74,8 +74,8 @@ const (
74
// })
75
//
76
// var _ = Service("divider", func() {
77
-// Error("invalid_arguments") // Refers to error defined above.
78
-// // No need to define HTTP mapping again.
+// Error("invalid_argument") // Refers to error defined above.
+// // No need to define HTTP mapping again.
79
80
// // Method which uses the default type for its response.
81
// Method("divide", func() {
0 commit comments