]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/cache/class_Cacheable.php
Fixed a typo
[core.git] / inc / classes / interfaces / cache / class_Cacheable.php
index 4c9ee07721b5bfa22d8f528ba40a25d5e229cccb..31fd0d1b8a28e5d4b31ece563062470b4d8cbcf9 100644 (file)
@@ -26,7 +26,7 @@ interface Cacheable extends FrameworkInterface {
         * Does the specified offset exist in cache?
         *
         * @param       $offset         The offset we are looking for
-        * @return      $exists         Wether the offset exists
+        * @return      $exists         Whether the offset exists
         */
        function offsetExists($offset);