Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beppu committed Apr 13, 2011
1 parent 9d99281 commit 0fd7189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AnyEvent/CouchDB/Database.pm
Expand Up @@ -395,7 +395,7 @@ sub view {
);
}
else {
my $headers = $self->build_headers($options);
my $headers = $self->_build_headers($options);
http_request(
GET => $uri . $query->($options),
headers => $headers,
Expand Down

0 comments on commit 0fd7189

Please sign in to comment.