Skip to content

Commit 5ad28fb

Browse files
committed
update doc
1 parent bc01430 commit 5ad28fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ The `oops.OopsError` builder must finish with either `.Errorf(...)`, `.Wrap(...)
251251
| `.Span(string)` | `err.Span() string` | Add a span representing a unit of work or operation... (default: ULID) |
252252
| `.Hint(string)` | `err.Hint() string` | Set a hint for faster debugging |
253253
| `.Owner(string)` | `err.Owner() (string)` | Set the name/email of the collegue/team responsible for handling this error. Useful for alerting purpose |
254-
| `.User(string, any...)` | `err.User() (string, map[string]any)` | Supply user id and a chain of key/value |
255-
| `.Tenant(string, any...)` | `err.Tenant() (string, map[string]any)` | Supply tenant id and a chain of key/value |
254+
| `.User(string, any...)` | `err.User() (string, any...)` | Supply user id and a chain of key/value |
255+
| `.Tenant(string, any...)` | `err.Tenant() (string, any...)` | Supply tenant id and a chain of key/value |
256256
| `.Request(*http.Request, bool)` | `err.Request() *http.Request` | Supply http request |
257257
| `.Response(*http.Response, bool)` | `err.Response() *http.Response` | Supply http response |
258258

0 commit comments

Comments
 (0)