From cdd345c9ec20c55c0040015cbca5315d9ba7722f Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 20 Jun 2024 12:43:08 +0200 Subject: [PATCH] docs: typo in the affine space chapter fixed --- docs/users_guide/framework_basics/the_affine_space.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/framework_basics/the_affine_space.md b/docs/users_guide/framework_basics/the_affine_space.md index 67dc799e..9e71aaae 100644 --- a/docs/users_guide/framework_basics/the_affine_space.md +++ b/docs/users_guide/framework_basics/the_affine_space.md @@ -443,7 +443,7 @@ namespace si { inline constexpr struct absolute_zero final : absolute_point_origin {} absolute_zero; inline constexpr auto zeroth_kelvin = absolute_zero; -inline constexpr struct ice_point final : relative_point_origin<273'150 * absolute>}> {} ice_point; +inline constexpr struct ice_point final : relative_point_origin<273'150 * absolute>>> {} ice_point; inline constexpr auto zeroth_degree_Celsius = ice_point; }