summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kingsbury <RyanSKingsbury@alumni.unc.edu>2014-09-01 00:29:42 -0400
committerRyan Kingsbury <RyanSKingsbury@alumni.unc.edu>2014-09-01 00:29:42 -0400
commit43dce2faf6b4631bba618e2f2f206e07a75e778e (patch)
tree08a9942cc527bc13461b35ede3c2a0b0db9addff
parent91eb1475df54434bb06fb9e55140a15e49b83a42 (diff)
downloadpint-43dce2faf6b4631bba618e2f2f206e07a75e778e.tar.gz
fix another error in the chemistry context
-rw-r--r--pint/default_en.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/pint/default_en.txt b/pint/default_en.txt
index 8e244df..b1ae5bf 100644
--- a/pint/default_en.txt
+++ b/pint/default_en.txt
@@ -345,6 +345,7 @@ firkin = barrel / 4
# moles/mass -> moles/volume require the solvent mass and the volume
[substance] / [mass] -> [substance]/[volume]: value * solvent_mass / volume
- [substance] -> [substance] / [mass]: value / solvent_mass * volume
+ [substance] / [volume] -> [substance] / [mass]: value / solvent_mass *
+volume
@end \ No newline at end of file