aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Krastev <joro.kr.21@gmail.com>2017-11-29 12:30:38 +0100
committerGeorgi Krastev <joro.kr.21@gmail.com>2017-11-29 18:02:47 +0100
commit26c04da4361d46b21f65e292af6af8ff4bb9700c (patch)
treea90fc8a4bb001921cf46d198a90ef1e777fb2a6a
parent376c06cb95106de60319a4d62268a94951aab084 (diff)
downloadmagnolia-26c04da4361d46b21f65e292af6af8ff4bb9700c.tar.gz
magnolia-26c04da4361d46b21f65e292af6af8ff4bb9700c.tar.bz2
magnolia-26c04da4361d46b21f65e292af6af8ff4bb9700c.zip
Fix a typo in interface
Also, add `.idea` to `.gitignore`.
-rw-r--r--core/shared/src/main/scala/interface.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/shared/src/main/scala/interface.scala b/core/shared/src/main/scala/interface.scala
index 54f8ce3..02c1cc5 100644
--- a/core/shared/src/main/scala/interface.scala
+++ b/core/shared/src/main/scala/interface.scala
@@ -34,7 +34,7 @@ trait Param[Typeclass[_], Type] {
/** the type of the parameter being represented
*
- * For exmaple, for a case class,
+ * For example, for a case class,
* <pre>
* case class Person(name: String, age: Int)
* </pre>