Skip to content

Commit 9682847

Browse files
committed
Minor style improvement
1 parent 72499cd commit 9682847

File tree

2 files changed

+272
-272
lines changed

2 files changed

+272
-272
lines changed

lib/datadog/core/crashtracking/component.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ module Core
1212
module Crashtracking
1313
# Used to report Ruby VM crashes.
1414
#
15-
# NOTE: The crashtracker native state is a singleton; so even if you create multiple instances of `Crashtracker`
16-
# and start them, it only works as "last writer wins". Same for stop -- there's only one state, so calling stop
15+
# NOTE: The crashtracker native state is a singleton;
16+
# so even if you create multiple instances of `Crashtracking::Component` and start them,
17+
# it only works as "last writer wins". Same for stop -- there's only one state, so calling stop
1718
# on it will stop the crash tracker, regardless of which instance started it.
1819
#
1920
# Methods prefixed with _native_ are implemented in `crashtracker.c`

0 commit comments

Comments
 (0)