From c05e1bcdb723fb097cbdbec94918062b51ce2de7 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 24 Sep 2024 09:02:48 +0200 Subject: [PATCH] docs: fix typo in the "Value conversions summary" chapter --- docs/users_guide/framework_basics/value_conversions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/framework_basics/value_conversions.md b/docs/users_guide/framework_basics/value_conversions.md index 96181fd2..2e2c6719 100644 --- a/docs/users_guide/framework_basics/value_conversions.md +++ b/docs/users_guide/framework_basics/value_conversions.md @@ -179,7 +179,7 @@ which may well be outside the range of one or both quantity types. ## Value conversions summary -The table below provides all the value conversions functions that may be run on `x` being the +The table below provides all the value conversion functions that may be run on `x` being the instance of either `quantity` or `quantity_point`: | Forcing | Representation | Unit | Member function | Non-member function |