diff --git a/src/lib.rs b/src/lib.rs index 0a8d556..7a59e46 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -27,7 +27,7 @@ pub struct IpcMessage { pub body: Vec, /// The HTTP method of the message. pub method: String, - /// The headers of the message. + /// The http headers of the message. pub headers: Vec, /// The URI of the message. pub uri: String,