aboutsummaryrefslogtreecommitdiff
path: root/libraries/eval
diff options
context:
space:
mode:
authorNick Kallen <nkallen@tallbro.local>2010-08-23 19:55:20 -0700
committerChristopher Vogt <oss.nsp@cvogt.org>2016-11-07 02:08:36 -0500
commit519db4af85c08a8650d0b722469d427311973967 (patch)
treecee8b7212f2a48d43af479e1bbb4bd52a04df30e /libraries/eval
parentbc64126d963af021f273085011532d7042a0b21d (diff)
downloadcbt-519db4af85c08a8650d0b722469d427311973967.tar.gz
cbt-519db4af85c08a8650d0b722469d427311973967.tar.bz2
cbt-519db4af85c08a8650d0b722469d427311973967.zip
precise language
Diffstat (limited to 'libraries/eval')
-rw-r--r--libraries/eval/Eval.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/eval/Eval.scala b/libraries/eval/Eval.scala
index c24d46c..da4d05e 100644
--- a/libraries/eval/Eval.scala
+++ b/libraries/eval/Eval.scala
@@ -12,7 +12,7 @@ import scala.io.Source
* It is intended to be used for application configuration (rather than Configgy, XML, YAML files, etc.)
* and anything else.
*
- * Consider this example. You have the following configuration file in Config.scala:
+ * Consider this example. You have the following configuration trait Config.scala.
*
* package com.mycompany
*
@@ -25,7 +25,7 @@ import scala.io.Source
* def myBufferSize: StorageUnit
* }
*
- * You have the following configuration file in config/Development.scala:
+ * You have the following configuration file (specific values) in config/Development.scala:
*
* import com.mycompany.Config
* import com.twitter.util.TimeConversions._