Skip to content

Commit

Permalink
fix typo at http opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Mogilko committed Sep 28, 2017
1 parent a5695d4 commit 7f5bdfd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## v3.0.5 - 2017-09-28

- Fixed typo at http opts

## v3.0.4 - 2017-09-04

- Fixed default context timeout if one of config's timeout os omitted
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

![GoRethink Logo](https://raw.github.com/wiki/gorethink/gorethink/gopher-and-thinker-s.png "Golang Gopher and RethinkDB Thinker")

Current version: v3.0.4 (RethinkDB v2.3)
Current version: v3.0.5 (RethinkDB v2.3)

<!-- This project is no longer maintained, for more information see the [v3.0.0 release](https://github.com/gorethink/gorethink/releases/tag/v3.0.0)-->

Expand Down
2 changes: 1 addition & 1 deletion query_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ type HTTPOpts struct {
Reattempts interface{} `gorethink:"reattempts,omitempty"`
Redirects interface{} `gorethink:"redirect,omitempty"`
Verify interface{} `gorethink:"verify,omitempty"`
ResultFormat interface{} `gorethink:"resul_format,omitempty"`
ResultFormat interface{} `gorethink:"result_format,omitempty"`

// Request Options
Method interface{} `gorethink:"method,omitempty"`
Expand Down

0 comments on commit 7f5bdfd

Please sign in to comment.