Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcardell committed Oct 6, 2024
1 parent 338ba7b commit 2ccded0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ import org.typelevel.otel4s.trace.Tracer
import io.cardell.openfeature.provider.EvaluationProvider
import io.cardell.openfeature.otel4s.TracedProvider

def tracedProvider(
def traceExample(
provider: EvaluationProvider[IO]
)(implicit T: Tracer[IO]) =
new TracedProvider[IO](provider)
Expand All @@ -154,7 +154,7 @@ def tracedProvider(

import io.cardell.openfeature.otel4s.syntax._

def tracedProvider(
def tracedProviderSyntax(
provider: EvaluationProvider[IO]
)(implicit T: Tracer[IO]) =
provider.withTracing
Expand Down

0 comments on commit 2ccded0

Please sign in to comment.