Skip to content

Commit 7c79413

Browse files
Merge pull request #8303 from nobu/typo
[DOC] Fix missing single quote
2 parents 5e46585 + 722d4c6 commit 7c79413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubygems/request_set/gem_dependency_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def load
330330
# git: ::
331331
# Install this dependency from a git repository:
332332
#
333-
# gem 'private_gem', git: [email protected]:private_gem.git'
333+
# gem 'private_gem', git: '[email protected]:private_gem.git'
334334
#
335335
# gist: ::
336336
# Install this dependency from the gist ID:

0 commit comments

Comments
 (0)