Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Mar 12, 2014
1 parent 3a08080 commit b101d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exvcr/adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule ExVCR.Adapter do
defoverridable [hook_response_from_cache: 1]

@doc """
Returns the response from the ExVCR.Reponse record.
Callback from ExVCR.Handler to get the response content tuple from the ExVCR.Reponse record.
"""
def get_response_value_from_cache(response) do
if response.type == "error" do
Expand Down

0 comments on commit b101d1e

Please sign in to comment.