From ad0d95d0bd3fad8f1f1bce7112fab084502c5ef2 Mon Sep 17 00:00:00 2001 From: Fabien Pennequin Date: Sun, 8 May 2011 22:02:13 +0200 Subject: [PATCH] Fixed typo --- UPDATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATE.md b/UPDATE.md index 385597948f..a80ec2a361 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -147,7 +147,7 @@ PR12 to beta1 * The `File::getWebPath()` and `File::rename()` methods have been removed, as well as the `framework.document_root` configuration setting. -* The `File::getDefaultExtension()` method has beean renamed to `File::guessExtension()`. +* The `File::getDefaultExtension()` method has been renamed to `File::guessExtension()`. The renamed method now returns null if it cannot guess the extension. * The `session` configuration has been refactored: