Skip to content

Commit

Permalink
fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT committed Apr 27, 2023
1 parent 1bae516 commit e26f37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/azcore/fake/fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func UnmarshalRequestAsJSON[T any](req *http.Request) (T, error) {
return tt, err
}

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

0 comments on commit e26f37e

Please sign in to comment.