File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def ref_names(glob = nil)
140
140
141
141
# All the tags in the repository.
142
142
#
143
- # Returns an TagCollection containing all the tags.
143
+ # Returns a TagCollection containing all the tags.
144
144
def tags
145
145
@tags ||= TagCollection . new ( self )
146
146
end
@@ -155,14 +155,14 @@ def remotes
155
155
156
156
# All the branches in the repository
157
157
#
158
- # Returns an BranchCollection containing Rugged::Branch objects
158
+ # Returns a BranchCollection containing Rugged::Branch objects
159
159
def branches
160
160
@branches ||= BranchCollection . new ( self )
161
161
end
162
162
163
163
# All the submodules in the repository
164
164
#
165
- # Returns an SubmoduleCollection containing Rugged::Submodule objects
165
+ # Returns a SubmoduleCollection containing Rugged::Submodule objects
166
166
def submodules
167
167
@submodules ||= SubmoduleCollection . new ( self )
168
168
end
You can’t perform that action at this time.
0 commit comments