Skip to content

Commit

Permalink
Fix invalid syntax in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 11, 2022
1 parent cfbe641 commit 1cfc47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/telemetry.erl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
%% All the handlers are executed by the process dispatching event. If the function fails (raises,
%% exits or throws) then the handler is removed and a failure event is emitted.
%%
%% Handler failure events `[telemetry, handler, failure]` should only be used for monitoring
%% Handler failure events `[telemetry, handler, failure]' should only be used for monitoring
%% and diagnostic purposes. Re-attaching a failed handler will likely result in the handler
%% failing again.
%%
Expand Down Expand Up @@ -93,7 +93,7 @@ attach(HandlerId, EventName, Function, Config) ->
%% All the handlers are executed by the process dispatching event. If the function fails (raises,
%% exits or throws) a handler failure event is emitted and then the handler is removed.
%%
%% Handler failure events `[telemetry, handler, failure]` should only be used for monitoring
%% Handler failure events `[telemetry, handler, failure]' should only be used for monitoring
%% and diagnostic purposes. Re-attaching a failed handler will likely result in the handler
%% failing again.
%%
Expand Down

0 comments on commit 1cfc47b

Please sign in to comment.