diff options
author | Lee Reilly <lee@leereilly.net> | 2011-09-12 15:46:30 -0700 |
---|---|---|
committer | Lee Reilly <lee@leereilly.net> | 2011-09-12 15:46:30 -0700 |
commit | aed177930cbe0e37b4a7b734ac2857942d41af50 (patch) | |
tree | e80832b42657275c33205e8d9b763177d9d44f59 /UPGRADING.md | |
parent | 9f80959eb316c78f90f7725a030eb39dacc727af (diff) | |
download | bundler-aed177930cbe0e37b4a7b734ac2857942d41af50.tar.gz |
Killed a comma.
Diffstat (limited to 'UPGRADING.md')
-rw-r--r-- | UPGRADING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING.md b/UPGRADING.md index 666dcf7ae4..b2344839c1 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -100,4 +100,4 @@ Bundler 0.9 changes the following Bundler 0.8 Gemfile APIs: mode, where using system gems, this becomes `Bundler.setup(:multiple, :groups)`. If you don't specify any groups, this puts all groups on the load - path. In locked, mode, it becomes `require '.bundle/environment'` + path. In locked mode, it becomes `require '.bundle/environment'` |