operator< -- Merge pull request #1120 from cpprefjp/code_qualify_check

1 · cpprefjp · Feb. 6, 2023, 9:33 a.m.
diff --git a/reference/chrono/time_point/op_less.md b/reference/chrono/time_point/op_less.md index 2acc74a0f..cd84040b3 100644 --- a/reference/chrono/time_point/op_less.md +++ b/reference/chrono/time_point/op_less.md @@ -26,7 +26,7 @@ namespace chrono { ```cpp return lhs.time_since_epoch() < rhs.time_since_poch(); ``` -* time_since_spoch[link /reference/chrono/time_point/time_since_epoch.md] +* time_since_epoch[link /reference/chrono/time_point/time_since_epoch.md] ## 例 ```cpp example ...