Fix method name in a comment
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 16 Jul 2010 11:38:10 +0000 (11:38 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 16 Jul 2010 11:38:10 +0000 (11:38 +0000)
includes/CacheDependency.php

index fd72acb..afc1ab8 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 /**
  * This class stores an arbitrary value along with its dependencies.
- * Users should typically only use DependencyWrapper::getFromCache(), rather
- * than instantiating one of these objects directly.
+ * Users should typically only use DependencyWrapper::getValueFromCache(),
+ * rather than instantiating one of these objects directly.
  * @ingroup Cache
  */