fix typo in time_period docs (#212)

Co-authored-by: Quinn O'Connor <qoconnor@fastenal.com>
This commit is contained in:
Quinnsicle
2022-07-02 12:41:51 -05:00
committed by GitHub
parent f972dc9656
commit 0aed920bfb

View File

@@ -191,7 +191,7 @@ tp.last();// --> 2002-Jan-01 09:59:59.999999999</screen>
ptime t1(d, seconds(10)); //10 sec after midnight
ptime t2(d, hours(10)); //10 hours after midnight
time_period tp(t1, t2);
tp.last(); // --> 2002-Jan-01 10:00:00</screen>
tp.end(); // --> 2002-Jan-01 10:00:00</screen>
</entry>
</row>