lib/sprockets/bundle.rb in sprockets-4.0.2 vs lib/sprockets/bundle.rb in sprockets-4.0.3
- old
+ new
@@ -8,10 +8,10 @@
# `:required` URIs to the contents.
#
# Uses pipeline metadata:
#
# :required - Ordered Set of asset URIs to prepend
- # :stubbed - Set of asset URIs to substract from the required set.
+ # :stubbed - Set of asset URIs to subtract from the required set.
#
# Also see DirectiveProcessor.
class Bundle
def self.call(input)
env = input[:environment]