1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Fix typo in documentation

https://github.com/rubygems/rubygems/commit/800a973e00
This commit is contained in:
Dominik Bauernfeind 2022-05-04 11:16:05 +02:00 committed by git
parent 7d6de74abe
commit d79e0832a5

View file

@ -19,7 +19,7 @@ require_relative "bundler/build_metadata"
#
# Since Ruby 2.6, Bundler is a part of Ruby's standard library.
#
# Bunder is used by creating _gemfiles_ listing all the project dependencies
# Bundler is used by creating _gemfiles_ listing all the project dependencies
# and (optionally) their versions and then using
#
# require 'bundler/setup'