Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Jan 15, 2025
1 parent 603097d commit 1ddb2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/multipart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ impl<P: PartProps> FormParts<P> {
let header = self.percent_encoding.encode_headers(name, field.metadata());
let header_length = header.len();
self.computed_headers.push(header);
// The additions impersonate the format string out of which the field is constructed
// The additions mimic the format string out of which the field is constructed
// in Reader. Not the cleanest solution because if that format string is
// ever changed then this formula needs to be changed too which is not an
// obvious dependency in the code.
Expand Down

0 comments on commit 1ddb2f5

Please sign in to comment.