diff --git a/content/blog/2024-04-13-sly-repl-io-issues.md b/content/blog/2024-04-13-sly-repl-io-issues.md index edfd218..c7956b0 100644 --- a/content/blog/2024-04-13-sly-repl-io-issues.md +++ b/content/blog/2024-04-13-sly-repl-io-issues.md @@ -29,7 +29,7 @@ The suggestion was given to disable passing the output via a socket to have high (setf slynk:*use-dedicated-output-stream* nil) ``` -Since I rather have something working that it being high performant not-working I followed the suggestion which fixed the issue: +Since I rather have something working than it being highly performant and not-working I followed the suggestion which fixed the issue: ```