lib/cucumber/runtime/for_programming_languages.rb in cucumber-9.0.2 vs lib/cucumber/runtime/for_programming_languages.rb in cucumber-9.1.0
- old
+ new
@@ -5,11 +5,10 @@
module Cucumber
class Runtime
# This is what a programming language will consider to be a runtime.
#
- # It's a thin class that directs the handul of methods needed by the
- # programming languages to the right place.
+ # It's a thin class that directs the handful of methods needed by the programming languages to the right place
class ForProgrammingLanguages
extend Forwardable
attr_reader :support_code