Skip to content

Commit 9ab015f

Browse files
committed
fix doc comment
1 parent d29f4d1 commit 9ab015f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/azcore/fake/fake.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func UnmarshalRequestAsJSON[T any](req *http.Request) (T, error) {
193193
return tt, err
194194
}
195195

196-
// Get returns the error for this responder.
196+
// GetError returns the error for this responder.
197197
// This method is typically called by the fake server internals.
198198
func GetError(e ErrorResponder, req *http.Request) error {
199199
if e.err == nil {

0 commit comments

Comments
 (0)