Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Dec 7, 2014
1 parent 7781486 commit 7207dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transducers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class << self
# @overload transduce(transducer, reducer, coll)
# @overload transduce(transducer, reducer, init, coll)
# @param [Transducer] transducer
# @param [Reducer, Symbol, Bock] reducer
# @param [Reducer, Symbol, Block] reducer
def transduce(transducer, reducer, init=:no_init_provided, coll)
reducer = Reducer.new(init, reducer) unless reducer.respond_to?(:call)
reducer = transducer.apply(reducer)
Expand Down

0 comments on commit 7207dcf

Please sign in to comment.