Skip to content

Commit

Permalink
docs: unit_symbol_solidus comments changed to use unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Aug 1, 2023
1 parent ea6325a commit acfbd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/include/mp-units/unit.h
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,9 @@ enum class text_encoding {
};

enum class unit_symbol_solidus {
one_denominator, // m/s; kg m-1 s-1
one_denominator, // m/s; kg m⁻¹ s⁻¹
always, // m/s; kg/(m s)
never, // m s-1; kg m-1 s-1
never, // m s⁻¹; kg m⁻¹ s⁻¹
default_denominator = one_denominator
};

Expand Down

0 comments on commit acfbd07

Please sign in to comment.