Skip to content

Commit

Permalink
[qty.dim.types] Fix base of dimensionless
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Pusz <[email protected]>
  • Loading branch information
JohelEGP and mpusz authored Oct 20, 2024
1 parent b62567c commit e8d0c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_reference/src/quantities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@
\begin{codeblock}
namespace mp_units {
inline constexpr struct @\libglobal{dimensionless}@ final : derived_quantity_spec<> {
inline constexpr struct @\libglobal{dimensionless}@ final : quantity_spec<derived_quantity_spec<>> {
} @\libglobal{dimensionless}@;
}
Expand Down

0 comments on commit e8d0c24

Please sign in to comment.