From e08f446c1f73b0190facbd9893a10897fbbf1033 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Mar 2022 23:10:45 +0100 Subject: Some small documentation tweaks. --- src/types.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types.cc') 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 +/** Construct a Fraction from a string of the form "numerator denominator" * e.g. "1 3". */ Fraction::Fraction (string s) -- cgit v1.2.3