docs: typo in the affine space chapter fixed

This commit is contained in:
Mateusz Pusz
2024-06-20 12:43:08 +02:00
parent e08a0ace24
commit cdd345c9ec

View File

@ -443,7 +443,7 @@ namespace si {
inline constexpr struct absolute_zero final : absolute_point_origin<isq::thermodynamic_temperature> {} absolute_zero;
inline constexpr auto zeroth_kelvin = absolute_zero;
inline constexpr struct ice_point final : relative_point_origin<273'150 * absolute<milli<kelvin>>}> {} ice_point;
inline constexpr struct ice_point final : relative_point_origin<273'150 * absolute<milli<kelvin>>>> {} ice_point;
inline constexpr auto zeroth_degree_Celsius = ice_point;
}