Skip to content

Commit

Permalink
fixed *typo* in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Porta committed Jun 22, 2012
1 parent b537913 commit 85d90e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ohm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def self.[](id)
# Note: The use of this should be a last resort for your actual
# application runtime, or for simply debugging in your console. If
# you care about performance, you should pipeline your reads. For
# more information checkout the implementation of Ohm::Set#fetch.
# more information checkout the implementation of Ohm::List#fetch.
#
def self.to_proc
lambda { |id| self[id] }
Expand Down

0 comments on commit 85d90e6

Please sign in to comment.