소스 검색

Removing extra space after period in SWI-Prolog content.

Dave Curylo 8 년 전
부모
커밋
46f330c8f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      swipl/content.md

+ 1 - 1
swipl/content.md

@@ -10,7 +10,7 @@ SWI-Prolog is a versatile implementation of the Prolog language. Its robust mult
 
 ## Start a REPL
 
-This image can be run directly to obtain an SWI-Prolog environment with most useful modules pre-built.  When started without parameters, the SWI-Prolog REPL is launched automatically:
+This image can be run directly to obtain an SWI-Prolog environment with most useful modules pre-built. When started without parameters, the SWI-Prolog REPL is launched automatically:
 
 ```console
 docker run -it %%IMAGE%%