From f0d95fed33786c1e52dcb2010639905138ec1920 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 14 May 2005 20:03:38 +0000 Subject: [PATCH] Made the docs less colloquial --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 08bb48d..646c554 100644 --- a/functions.php +++ b/functions.php @@ -68,7 +68,7 @@ class Functions * * @param str The name of the cookie * @param str Value of the cookie - * @param bool Is the cookie going to stay for a while? + * @param bool Is the cookie permanent? */ function cookie($name, $value = '', $sticky = true) { -- 2.22.5