Skip to content

Commit

Permalink
Merge pull request #904 from typelevel/NthPortal-patch-1
Browse files Browse the repository at this point in the history
Fix copy/paste errors in docs
  • Loading branch information
iRevive authored Jan 29, 2025
2 parents f46ac8b + 1474964 commit d74b413
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ import cats.syntax.functor._

trait TracerBuilder[F[_]] {

/** Assigns a version to the resulting Meter.
/** Assigns a version to the resulting Tracer.
*
* @param version
* the version of the instrumentation scope
*/
def withVersion(version: String): TracerBuilder[F]

/** Assigns an OpenTelemetry schema URL to the resulting Meter.
/** Assigns an OpenTelemetry schema URL to the resulting Tracer.
*
* @param schemaUrl
* the URL of the OpenTelemetry schema
Expand Down

0 comments on commit d74b413

Please sign in to comment.