Skip to content

Commit 344ee9e

Browse files
committed
Fix typo
1 parent 742ed41 commit 344ee9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-telemetry/lib/Core/Telemetry/Identifiers.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ createTraceParentHeader trace unique =
242242
in version <> "-" <> unTrace trace <> "-" <> unSpan unique <> "-" <> flags
243243

244244
{- |
245-
Get the identifier of the current trace, if you are ithin a trace started by
245+
Get the identifier of the current trace, if you are within a trace started by
246246
'beginTrace' or 'usingTrace'.
247247
248248
@since 0.1.9

0 commit comments

Comments
 (0)