Skip to content

Commit 3ce07b6

Browse files
Apply suggestions from code review
Co-Authored-By: Kamil Ogórek <[email protected]>
1 parent a540aa4 commit 3ce07b6

File tree

1 file changed

+1
-1
lines changed
  • src/collections/_documentation/error-reporting/configuration/drain-example

1 file changed

+1
-1
lines changed

src/collections/_documentation/error-reporting/configuration/drain-example/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ If you use multiple clients, arrange for each of them to be flushed as
55
appropriate.
66

77
`Flush` waits until any buffered events are sent to the Sentry server, blocking
8-
for at most the given timeout. It returns false if the timeout was reached. In
8+
for at most the given timeout. It returns `false` if the timeout was reached. In
99
that case, some events may not have been sent.
1010

1111
```go

0 commit comments

Comments
 (0)