Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ismasan committed Jan 16, 2025
1 parent 43a032c commit 664dcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/csv_stream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Types
include Plumb::Types

# Open a File
# ex. file = FileStep.parse('./files/data.csv') # => File
# ex. file = OpenFile.parse('./files/data.csv') # => File
OpenFile = String
.check('no file for that path') { |s| ::File.exist?(s) }
.build(::File)
Expand Down

0 comments on commit 664dcec

Please sign in to comment.