lib/cucumber/language_support.rb in cucumber-0.8.6 vs lib/cucumber/language_support.rb in cucumber-0.8.7
- old
+ new
@@ -1,7 +1,7 @@
module Cucumber
- # This module defines the API for programming language support in Cucumber.
+ # This module defines the API for programming panguage support in Cucumber.
# While Cucumber itself is written in Ruby, any programming language can
# be supported by implementing this API.
#
# For the sake of illustration we'll consider an imaginary language called
# _why. _why files have the .why extension, so we need to put support for
@@ -25,6 +25,6 @@
# at appropriate times.
#
#
module LanguageSupport
end
-end
+end
\ No newline at end of file