Skip to content

Commit

Permalink
Small doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
phiggins authored and taf2 committed Oct 6, 2010
1 parent 6412131 commit 8e63df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/curb_easy.c
Expand Up @@ -1433,8 +1433,8 @@ static VALUE ruby_curl_easy_header_in_body_set(VALUE self, VALUE header_in_body)
* call-seq:
* easy.header_in_body? => boolean
*
* Determine whether this Curl instance will verify the SSL peer
* certificate.
* Determine whether this Curl instance will return HTTP headers
* combined with body data.
*/
static VALUE ruby_curl_easy_header_in_body_q(VALUE self) {
CURB_BOOLEAN_GETTER(ruby_curl_easy, header_in_body);
Expand Down

0 comments on commit 8e63df6

Please sign in to comment.