Skip to content

Commit ce8d31c

Browse files
Error tweaks
1 parent ab3deeb commit ce8d31c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/concept-docs/pages/best-practices.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ See the xref:howtos:concurrent-async-apis.adoc[Async & Reactive APIs page] for d
125125

126126
== Error Handling
127127

128-
Best practices for error handling in Scala depend somewhat upon your choice of API:
129-
blocking, asynchronous, or reactive, as covered in the xref:concurrent-async-apis.adoc[async and reactive API guide].
130-
That guide also covers how errors are actually returned (e.g. via `Try`, `Future`, or `Mono`) and handled.
128+
Best practices for error handling in Java depend somewhat upon your choice of API:
129+
blocking, asynchronous, or reactive, as covered in the xref:howtos:concurrent-async-apis.adoc[async and reactive API guide].
130+
// That guide also covers how errors are actually returned (e.g. via `Try`, `Future`, or `Mono`) and handled.
131131
See also the xref:howtos:error-handling.adoc[error handling guide],
132132
which covers specific errors, along with a broader look at error handling strategies.
133133

0 commit comments

Comments
 (0)