Skip to content

Commit

Permalink
correct wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytonyjan committed Dec 11, 2015
1 parent 0a94fcb commit ead6367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/jaro_winkler/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
dummy_makefile = open("Makefile", "wb")
dummy_makefile.puts '.PHONY: install'
dummy_makefile.puts 'install:'
dummy_makefile.puts "\t" + '@echo "Extensions not installed, falling back to pure Ruby version."'
dummy_makefile.puts "\t" + '@echo "C extension is not installed, fall back to pure Ruby version instead."'
dummy_makefile.close
end

0 comments on commit ead6367

Please sign in to comment.