1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

Avoid passive voice

This commit is contained in:
Sam Stephenson
2011-08-18 12:57:36 -05:00
parent 174e101799
commit 20425c297f

View File

@@ -134,8 +134,8 @@ overridden by a per-project `.rbenv-version` file, or by setting the
The special version name `system` tells rbenv to use the system Ruby The special version name `system` tells rbenv to use the system Ruby
(detected by searching your `$PATH`). (detected by searching your `$PATH`).
When run without a version number the currently configured default When run without a version number, `rbenv default` reports the
version is reported. currently configured default version.
### <a name="section_3.2"></a> 3.2 local ### <a name="section_3.2"></a> 3.2 local
@@ -146,8 +146,8 @@ overrides the default, and can be overridden itself by setting the
$ rbenv local rbx-1.2.4 $ rbenv local rbx-1.2.4
When run without a version number the currently configured local When run without a version number, `rbenv local` reports the currently
version is reported. configured local version.
### <a name="section_3.3"></a> 3.3 versions ### <a name="section_3.3"></a> 3.3 versions