Skip to content

Commit

Permalink
httpresponse.rs doc fix (actix#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxZz authored and DoumanAsh committed Oct 6, 2018
1 parent 1e1a4f8 commit 7ae5a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpresponse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ impl HttpResponse {
self.get_mut().response_size = size;
}

/// Set write buffer capacity
/// Get write buffer capacity
pub fn write_buffer_capacity(&self) -> usize {
self.get_ref().write_capacity
}
Expand Down

0 comments on commit 7ae5a43

Please sign in to comment.