Skip to content

Commit

Permalink
docs: fix type of "services" property
Browse files Browse the repository at this point in the history
  • Loading branch information
drauggres authored and sgtcoolguy committed Dec 2, 2019
1 parent 5b7732f commit 410aee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidoc/Titanium/Network/BonjourBrowser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ events:
properties:
- name: services
summary: An array of BonjourService objects corresponding to currently available services. If you cache this value, including using it as table data, be aware that it could become out of date at any time due to the asynchronous nature of Bonjour service discovery.
type: Array
type: Array<Titanium.Network.BonjourService>
since: '3.0.0'

properties:
Expand Down

0 comments on commit 410aee2

Please sign in to comment.