Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul2393 committed Jun 21, 2024
1 parent e5b3eb8 commit bda801f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spanner/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (
)

var (
// ErrRowNotFound record not found error
ErrRowNotFound = errors.New("record not found")
// ErrRowNotFound row not found error
ErrRowNotFound = errors.New("row not found")
)

// Error is the structured error returned by Cloud Spanner client.
Expand Down

0 comments on commit bda801f

Please sign in to comment.