Skip to content

Commit

Permalink
typo/grammar corrections
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Reopelle <[email protected]>
  • Loading branch information
robbkidd and kaylareopelle committed Jul 19, 2024
1 parent 9b268d1 commit a641734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions semantic_conventions/lib/opentelemetry/semantic_candidates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# SPDX-License-Identifier: Apache-2.0

module OpenTelemetry
# OpenTelemetry semantic convention attribute names as constants.
# OpenTelemetry Semantic Conventions attribute names as constants.
# These are auto-generated from source YAML in {https://github.com/open-telemetry/semantic-conventions the semantic-conventions repository}.
#
# The constants in this namespace are all of the attribute names at all stability levels present in the OpenTelemetry semantic conventions as of {SemanticConventions::VERSION}.
#
# @note The constants here ought to remain within major versions of this library.
# However, there risk with auto-generated code.
# The maintainers try to prevent constants disappearing, but we cannot gaurantee this.
# However, there are risks with auto-generated code.
# The maintainers try to prevent constants disappearing, but we cannot guarantee this.
# We strongly recommend that any constants you use in your code are exercised in your test suite to catch missing constants before release or production runtime.
module SemanticCandidates
end
Expand Down

0 comments on commit a641734

Please sign in to comment.