Skip to content

Commit

Permalink
Fixed doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Feb 5, 2010
1 parent ebb22f3 commit 60ad5d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/rake/file_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def resolve_exclude
private :resolve_exclude

# Return a new FileList with the results of running +sub+ against each
# element of the oringal list.
# element of the orignal list.
#
# Example:
# FileList['a.c', 'b.c'].sub(/\.c$/, '.o') => ['a.o', 'b.o']
Expand Down Expand Up @@ -263,8 +263,8 @@ def pathmap(spec=nil)
collect { |fn| fn.pathmap(spec) }
end

# Return a new FileList with <tt>String#ext</tt> method applied
# to each member of the array.
# Return a new FileList with <tt>String#ext</tt> method applied to
# each member of the array.
#
# This method is a shortcut for:
#
Expand Down

0 comments on commit 60ad5d9

Please sign in to comment.