Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
  • Loading branch information
dalexandrov committed Nov 14, 2023
1 parent 66e5a8f commit 9a3b09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/se/guides/tracing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ public class GreetService implements HttpService {
String result = requestBuilder // <4>
.get(String.class);
response.send(result);
spa.end();
} catch (Throwandle t) {
span.end();
} catch (Throwable t) {
span.end(t); // <5>
}
}
Expand Down

0 comments on commit 9a3b09b

Please sign in to comment.