Gustavo Cairo 2 лет назад
Родитель
Сommit
bbcc0d9361
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Sources/GRPC/Server.swift

+ 1 - 1
Sources/GRPC/Server.swift

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