Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Redesign cont…
Browse files Browse the repository at this point in the history
…ext implementation

fix typo
  • Loading branch information
NthPortal committed Aug 24, 2023
1 parent 1938225 commit 22aecd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ object Context {
}
}

/** Wraps a Java context as a [[Context`]]. */
/** Wraps a Java context as a [[`Context`]]. */
def wrap(context: JContext): Context = {
val isNoop =
Option(JSpan.fromContextOrNull(context))
Expand Down

0 comments on commit 22aecd1

Please sign in to comment.