1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix a spelling mistake in the POD.
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2017-01-13
Forwarded: https://github.com/briandfoy/chemistry-elements/pull/3
Bug: https://github.com/briandfoy/chemistry-elements/pull/3
--- a/lib/Chemistry/Elements.pm
+++ b/lib/Chemistry/Elements.pm
@@ -673,7 +673,7 @@
$element->molar_mass($MM); #add molar mass datum in $MM to object
-Similiarly, you can retrieve previously set values by not specifying
+Similarly, you can retrieve previously set values by not specifying
an argument to your pretend method:
$datum = $element->molar_mass();
|