Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed May 21, 2024
1 parent 7b7fe1e commit b49b8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qwack.Core/Curves/IrCurveFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static IIrCurve GetCurve(TO_IIrCurve to, ICurrencyProvider currencyProvid
else if (to.CPICurve != null)
return (IIrCurve)new CPICurve(to.CPICurve, calendarProvider);

throw new NotImplementedException("Unable to deserialize IR curve from transport object")
throw new NotImplementedException("Unable to deserialize IR curve from transport object");
}
}
}

0 comments on commit b49b8e6

Please sign in to comment.