From 46f330c8f196553735eef5b10b0200b36ca2311f Mon Sep 17 00:00:00 2001 From: Dave Curylo Date: Thu, 1 Jun 2017 11:44:32 -0400 Subject: [PATCH] Removing extra space after period in SWI-Prolog content. --- swipl/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swipl/content.md b/swipl/content.md index 5143a11e6..2cd3bf362 100644 --- a/swipl/content.md +++ b/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%%