diff --git a/doc/links.md b/doc/links.md index fe9b416d8..beee8853d 100644 --- a/doc/links.md +++ b/doc/links.md @@ -240,8 +240,9 @@ defined using the following template structure (taking here `setFrom` as an exam ```cpp template -requires(Mutable&& std::is_same_v, FromT>&& - detail::isDefaultHandleType) void setFrom(FromU value); + requires(Mutable && std::is_same_v, FromT> && + detail::isDefaultHandleType) +void setFrom(FromU value); ``` Compilation will fail unless the following conditions are met