Skip to content

Commit bbcc0d9

Browse files
authored
Fix comment formatting issue (#1624)
1 parent 5eb37db commit bbcc0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/GRPC/Server.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import Network
7979
/// HTTP2Frame.FramePayload│ │HTTP2Frame.FramePayload
8080
/// │ ▼
8181
///
82-
///- Note: This class is thread safe. It's marked as `@unchecked Sendable` because the non-Sendable
82+
/// - Note: This class is thread safe. It's marked as `@unchecked Sendable` because the non-Sendable
8383
/// `errorDelegate` property is mutated, but it's done thread-safely, as it only happens inside the `EventLoop`.
8484
public final class Server: @unchecked Sendable {
8585
/// Makes and configures a `ServerBootstrap` using the provided configuration.

0 commit comments

Comments
 (0)