Skip to content

Correct the description about feature-dependent requirement of a module

Hugo Ishimaru requested to merge hishimaru/asdf:man-fix into master

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.)

Merge request reports