aboutsummaryrefslogtreecommitdiff
path: root/stage1/Cache.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage1/Cache.scala')
-rw-r--r--stage1/Cache.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/Cache.scala b/stage1/Cache.scala
index 6e6b9eb..a8036e5 100644
--- a/stage1/Cache.scala
+++ b/stage1/Cache.scala
@@ -1,6 +1,6 @@
package cbt
/**
-Caches exactly one value
+Caches exactly one value.
Is there a less boiler-platy way to achieve this, that doesn't
require creating an instance for each thing you want to cache?
*/