소스 검색

Fix botched docstring

Alois Mahdal 5 년 전
부모
커밋
cc65d8c811
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2
    3
      src/include-bash/sfpi.sh

+ 2
- 3
src/include-bash/sfpi.sh 파일 보기

@@ -159,9 +159,8 @@ sfpi__is_compat() {
159 159
     # True if plugin $1 is compatible
160 160
     #
161 161
     # Load plugin in subshell and look for compatibility function.  If
162
-    # such function exists, it's called without arguments and 
163
-    # just to call its compatibility function
164
-    # and let it decide if it's compatible with this environment.
162
+    # such function exists, it's called without arguments and if exit
163
+    # status is zero, plugin is compatible.
165 164
     #
166 165
     # If plugin has no compatibility function, it's considered
167 166
     # compatible.