Add missing `options` param in Result's docs

master
Milton Mazzarri 2017-04-10 21:48:04 -05:00
parent eb86559702
commit 8530f6fe98
No known key found for this signature in database
GPG Key ID: CF3DE6E356E17F1E
1 changed files with 3 additions and 2 deletions

View File

@ -28,11 +28,12 @@ defmodule Hunter.Result do
# Parameters
* `conn` - Connection credentials
* `q` - [String] The search query
* `q` - the search query
* `options` - option list
## Options
* `resolve` - [Boolean] Whether to resolve non-local accounts
* `resolve` - Whether to resolve non-local accounts
"""
@spec search(Hunter.Client.t, String.t, Keyword.t) :: Hunter.Result.t