Skip to content

Commit

Permalink
Merge pull request #1000 from nest/units-prefix-fix
Browse files Browse the repository at this point in the history
Fix units prefix in table
  • Loading branch information
clinssen authored Dec 19, 2023
2 parents b8b6850 + a5bed9b commit 78ab4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/nestml_language/nestml_language_concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Units can have at most one of the following magnitude prefixes:
+----------+-----------+-----------------+----------+-----------+-----------------+
| 10^-3 | milli | m | 10^3 | kilo | k |
+----------+-----------+-----------------+----------+-----------+-----------------+
| 10^-6 | micro | mu | 10^6 | mega | M |
| 10^-6 | micro | u | 10^6 | mega | M |
+----------+-----------+-----------------+----------+-----------+-----------------+
| 10^-9 | nano | n | 10^9 | giga | G |
+----------+-----------+-----------------+----------+-----------+-----------------+
Expand Down

0 comments on commit 78ab4c0

Please sign in to comment.