summaryrefslogtreecommitdiff
path: root/framework/Caching
diff options
context:
space:
mode:
authorxue <>2006-06-29 19:12:00 +0000
committerxue <>2006-06-29 19:12:00 +0000
commitefff9da919f49851cb198dfc61f45284e0ff3631 (patch)
treee53b5056ab1845f5b1ee4fb1234a994700a1ba1b /framework/Caching
parent13da19dbe5d419852b9d3de982e68f6d5883dd1e (diff)
A minor doc error.
Diffstat (limited to 'framework/Caching')
-rw-r--r--framework/Caching/TMemCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Caching/TMemCache.php b/framework/Caching/TMemCache.php
index dd229312..7c24ae0e 100644
--- a/framework/Caching/TMemCache.php
+++ b/framework/Caching/TMemCache.php
@@ -53,7 +53,7 @@
*
* TMemCache may be configured in application configuration file as follows
* <code>
- * <module id="cache" type="System.Caching.TMemCache" Host="localhost" Port=11211 />
+ * <module id="cache" type="System.Caching.TMemCache" Host="localhost" Port="11211" />
* </code>
* where {@link getHost Host} and {@link getPort Port} are configurable properties
* of TMemCache.