This commit is contained in:
Christoph Holtermann 2018-12-04 12:05:59 +01:00
parent 519880545b
commit 96e27a4199

View File

@ -38,7 +38,7 @@ class GncRational;
* GncRational) and reducing the result. If the result would overflow a 64-bit * GncRational) and reducing the result. If the result would overflow a 64-bit
* representation then the GncNumeric(GncRational&) constructor will call * representation then the GncNumeric(GncRational&) constructor will call
* GncRational::round_to_numeric() to get the value to fit. It will not raise an * GncRational::round_to_numeric() to get the value to fit. It will not raise an
* exeception, so in the unlikely event that you need an error instead of * exception, so in the unlikely event that you need an error instead of
* rounding, use GncRational directly. * rounding, use GncRational directly.
* *
* Errors: Errors are signalled by exceptions as follows: * Errors: Errors are signalled by exceptions as follows: