Skip to content

Commit babd739

Browse files
authored
Updated documentation to fix a minor typo (#3756)
1 parent f2f27c7 commit babd739

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dsl/error.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ const (
7474
// })
7575
//
7676
// var _ = Service("divider", func() {
77-
// Error("invalid_arguments") // Refers to error defined above.
78-
// // No need to define HTTP mapping again.
77+
// Error("invalid_argument") // Refers to error defined above.
78+
// // No need to define HTTP mapping again.
7979
//
8080
// // Method which uses the default type for its response.
8181
// Method("divide", func() {

0 commit comments

Comments
 (0)