summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 6ea7ae9cd6..7ff6a1f8af 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -27,7 +27,7 @@ Socket:: Access underlying OS socket implementations
* default gems are not uninstallable from Ruby installation.
* default gems can be updated used by rubygems.
* e.g. `gem update json`
-* default gems can be used with bundler environment like `clean_env`.
+* default gems can be used with bundler environment like `unbundled_env`.
* default gems can be used any version on Gemfile.
* e.g. `gem "json", ">= 2.6"`