Skip to content

Commit

Permalink
Merge pull request #156 from backtrace-labs/fix-breadcrumb-on-success…
Browse files Browse the repository at this point in the history
…-doc

Fix typo in method doc BacktraceBreadcrumbs.java
  • Loading branch information
BartoszLitwiniuk authored Oct 30, 2024
2 parents b8aea1b + 9a3d15d commit 93221d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class BacktraceBreadcrumbs implements Breadcrumbs {
private static final transient String LOG_TAG = BacktraceBreadcrumbs.class.getSimpleName();

/**
* Event which will be executed after storing successfully breadcurmbs
* Event which will be executed after storing successfully breadcrumbs
*/
private OnSuccessfulBreadcrumbAddEventListener onSuccessfulBreadcrumbAddEventListener = null;

Expand Down

0 comments on commit 93221d6

Please sign in to comment.