Skip to content

Commit 2d5c7ae

Browse files
abotalovKazuCocoa
authored andcommitted
Fix typo in documentation of Driver#platform_version (#44)
1 parent d70f244 commit 2d5c7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib_core/driver.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def appium_server_version
254254
#
255255
# @example
256256
#
257-
# @core.platform_version #=> [10.1.1]
257+
# @core.platform_version #=> [10,1,1]
258258
#
259259
def platform_version
260260
p_version = @driver.capabilities['platformVersion']

0 commit comments

Comments
 (0)