Skip to content

Commit 3438b48

Browse files
authored
docs: tweak docstring
1 parent db2402c commit 3438b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib_core/common/base/has_location.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def location=(location)
5454
# @param [String, Number] altitude Set the altitude.
5555
# @param [String, Number] speed Set the speed to apply the location on Android real devices
5656
# in meters/second @since Appium 1.21.0 and in knots for emulators @since Appium 1.22.0.
57-
# @param [String, Number] satellites Sets the number of geo satellites being tracked @since Appium 1.22.0.
57+
# @param [String, Number] satellites Sets the count of geo satellites being tracked in range 1..12 @since Appium 1.22.0.
5858
# This number is respected on Emulators.
5959
# @param [::Selenium::WebDriver::Location]
6060
#

0 commit comments

Comments
 (0)