]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Comparisons.hs
More minor doc fixes.
[spline3.git] / src / Comparisons.hs
index 4bf4cebb69ece2947eb1deccf0dfa9cfda20f266..b5d76d5b11d6da85ca386021be918041d83abd53 100644 (file)
@@ -3,8 +3,8 @@ module Comparisons
 where
 
 -- | epsilon is the value that will be used in all tests that require
---   some measure of "closeness." Increasing it will make those tests
---   more tolerant.
+--   some measure of \"closeness.\" Increasing it will make those
+--   tests more tolerant.
 epsilon :: Double
 epsilon = 0.0001