aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_0_release_notes.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-04-18 17:03:07 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-04-18 17:03:07 +0530
commit2d98f7888009439cd82a15ec29562ac43b728ade (patch)
treecb2bc58a0b05b066b8499d9e6ac4151de9d37f47 /guides/source/4_0_release_notes.md
parentf72b15eb636f3850add235397dc9e7fe71713b44 (diff)
downloadrails-2d98f7888009439cd82a15ec29562ac43b728ade.tar.gz
rails-2d98f7888009439cd82a15ec29562ac43b728ade.tar.bz2
rails-2d98f7888009439cd82a15ec29562ac43b728ade.zip
stdlib -> standard library
Diffstat (limited to 'guides/source/4_0_release_notes.md')
-rw-r--r--guides/source/4_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index 2793d9025f..d71e07053c 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -142,7 +142,7 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/master/activ
* Deprecates the compatibility method Module#local_constant_names, use Module#local_constants instead (which returns symbols).
-* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger from Ruby stdlib.
+* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger from Ruby standard library.
* Deprecate `assert_present` and `assert_blank` in favor of `assert object.blank?` and `assert object.present?`