We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bae516 commit e26f37eCopy full SHA for e26f37e
sdk/azcore/fake/fake.go
@@ -193,7 +193,7 @@ func UnmarshalRequestAsJSON[T any](req *http.Request) (T, error) {
193
return tt, err
194
}
195
196
-// Get returns the error for this responder.
+// GetError returns the error for this responder.
197
// This method is typically called by the fake server internals.
198
func GetError(e ErrorResponder, req *http.Request) error {
199
if e.err == nil {
0 commit comments