Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit b84aa4c

Browse files
committed
fix documentation [ci skip]
1 parent e4a74b8 commit b84aa4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/zendesk_api/collection.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def initialize(client, resource, options = {})
8282

8383
# Convenience method to build a new resource and
8484
# add it to the collection. Fetches the collection as well.
85-
# @param [Hash] options Options or attributes to pass
85+
# @param [Hash] opts Options or attributes to pass
8686
def build(opts = {})
8787
wrap_resource(opts, true).tap do |res|
8888
self << res
@@ -91,7 +91,7 @@ def build(opts = {})
9191

9292
# Convenience method to build a new resource and
9393
# add it to the collection. Fetches the collection as well.
94-
# @param [Hash] options Options or attributes to pass
94+
# @param [Hash] opts Options or attributes to pass
9595
def build!(opts = {})
9696
wrap_resource(opts, true).tap do |res|
9797
fetch!

0 commit comments

Comments
 (0)