summaryrefslogtreecommitdiff
path: root/src/types.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-07 23:10:45 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-07 23:10:45 +0100
commite08f446c1f73b0190facbd9893a10897fbbf1033 (patch)
treeb35445530491da9b65f26df1d4bd413b107708f1 /src/types.cc
parent74f639adc8ddb21d3de095cdb5d5a529bdbf7a2c (diff)
Some small documentation tweaks.
Diffstat (limited to 'src/types.cc')
-rw-r--r--src/types.cc2
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)