Skip to content

Commit

Permalink
Use module instead of class in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 29, 2023
1 parent 81fa7d2 commit a9ff319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/mysql/lib/opentelemetry/helpers/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

module OpenTelemetry
module Helpers
# This class contains helpers for MySQL instrumentation libraries, like mysql2 and
# This module contains helpers for MySQL instrumentation libraries, like mysql2 and
# trilogy. It is intended for use by instrumentation developers and not to
# be called directly by an application.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
module OpenTelemetry
module Helpers
#
# This class contains SQL obfuscation behavior to share with
# This module contains SQL obfuscation behavior to share with
# instrumentation for specific database adapters.
# The class uses code from: https://github.com/newrelic/newrelic-ruby-agent/blob/1fca78cc7a087421ad58088d8bea72c0362bc62f/lib/new_relic/agent/database/obfuscation_helpers.rb
#
Expand Down

0 comments on commit a9ff319

Please sign in to comment.