0
0
Fork 0

fixed a typo in the docs

This commit is contained in:
Gibheer 2011-06-10 21:23:44 +02:00
parent 07a8707e75
commit febf0a7a2e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ module Polecat
# creates an index reader with the writers path
#
# @returns [Polecat::IndexReader] an IndexReader with the same path
# @return [Polecat::IndexReader] an IndexReader with the same path
def create_reader
Polecat::IndexReader.new @path
end