aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scalam/plotting/FontSize.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/scalam/plotting/FontSize.scala')
-rw-r--r--src/main/scala/scalam/plotting/FontSize.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/scalam/plotting/FontSize.scala b/src/main/scala/scalam/plotting/FontSize.scala
index cbc0bef..a858e77 100644
--- a/src/main/scala/scalam/plotting/FontSize.scala
+++ b/src/main/scala/scalam/plotting/FontSize.scala
@@ -2,6 +2,6 @@ package scalam.plotting
/**
* Helper class used for implicit font size specification. Although a font size is typically represented by an Int,
- * a custom class is used as to avoid code pollution if using implicits.
+ * a custom class is used as to avoid code pollution when using implicits.
*/
case class FontSize(fontSize: Int) \ No newline at end of file