JavaMoney / jsr354-ri

JSR 354 - Moneta: Reference Implementation
Other
344 stars 101 forks source link

Fix typo in exception message for IMFRateProvider #420

Closed sernamar closed 2 months ago

sernamar commented 2 months ago

This PR corrects a typo in the exception message within the IMFRateProvider class. The exception message previously referenced "IFMRateProvider" but should correctly reference "IMFRateProvider."


This change is Reviewable