[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. # 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 # and (optionally) their versions and then using
# #
# require 'bundler/setup' # require 'bundler/setup'