Skip to content

Commit 17d17e6

Browse files
authored
fix markup (#526)
1 parent 9de862c commit 17d17e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/appium_lib/driver.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -635,11 +635,11 @@ def no_wait
635635

636636
# Set implicit wait. Default to @default_wait.
637637
#
638-
# ```ruby`
638+
# ```ruby
639639
# set_wait 2
640640
# set_wait # @default_wait
641641
#
642-
# ````
642+
# ```
643643
#
644644
# @param timeout [Integer] the timeout in seconds
645645
# @return [void]

0 commit comments

Comments
 (0)