Correct the description about feature-dependent requirement of a module
Previously it stated that you should use if-feature
if you require an additional module on a specific implementation, but it seemed to me that the :if-feature
option doesn't work for :require
option. Instead it should be :feature
, shouldn't it?
(Besides I fixed an obvious typo.)