diff options
Diffstat (limited to 'src/types.cc')
| -rw-r--r-- | src/types.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.cc b/src/types.cc index 077836e0..c9904792 100644 --- a/src/types.cc +++ b/src/types.cc @@ -73,7 +73,7 @@ bool dcp::operator!= (dcp::Size const & a, dcp::Size const & b) } -/** Construct a Fraction from a string of the form <numerator> <denominator> +/** Construct a Fraction from a string of the form "numerator denominator" * e.g. "1 3". */ Fraction::Fraction (string s) |
