From f7f211b18f3155d118b00676857adf935a1db386 Mon Sep 17 00:00:00 2001 From: Mirko Boehm Date: Tue, 10 Mar 2026 16:38:00 +0100 Subject: [PATCH] Fix a typo introduced by PR 62 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8335c2..fd9d736 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ An expected exit code is specified using the _shelldocexitcode_ option: ```shell {shelldocexitcode=2} % (exit 2) ``` -<> + This means the test is considered successful if it produces no response and returns 2. ```shell {shelldocexitcode=2}