We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29f4d1 commit 9ab015fCopy full SHA for 9ab015f
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