From 0b080833553f651241fbbc1217c6884b1f7e139c Mon Sep 17 00:00:00 2001 From: Maksim Ochenashko Date: Tue, 4 Jan 2022 22:10:41 +0200 Subject: [PATCH] Update Kernel.scala - cleanup documentation --- modules/core/shared/src/main/scala/Kernel.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/shared/src/main/scala/Kernel.scala b/modules/core/shared/src/main/scala/Kernel.scala index cc564d63..fa5aef60 100644 --- a/modules/core/shared/src/main/scala/Kernel.scala +++ b/modules/core/shared/src/main/scala/Kernel.scala @@ -5,7 +5,7 @@ package natchez /** - * An opaque hunk of data that can we can hand off to another system (in the form of HTTP headers), + * An opaque hunk of data that we can hand off to another system (in the form of HTTP headers), * which can then create new spans as children of this one. By this mechanism we allow our trace * to span remote calls. */