Skip to content

Commit

Permalink
fix: build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Oct 3, 2024
1 parent 4fe5e81 commit 4489f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct IpcMessage {
pub body: Vec<u8>,
/// The HTTP method of the message.
pub method: String,
/// The headers of the message.
/// The http headers of the message.
pub headers: Vec<HeaderData>,
/// The URI of the message.
pub uri: String,
Expand Down

0 comments on commit 4489f9d

Please sign in to comment.