소스 검색

Fix documentation typo

Vangelis Katsikaros 9 년 전
부모
커밋
6c08916736
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Selenium/Firefox.pm

+ 1 - 1
lib/Selenium/Firefox.pm

@@ -107,7 +107,7 @@ has 'marionette_binary_port' => (
     default => sub { 2828 }
 );
 
-=attr marionette_binary_port
+=attr marionette_enabled
 
 Optional: specify whether Marionette should be enabled or not. The
 firefox binary must have been built with this funtionality.