From 9655896a87f924ebce9f91fa93ebc75e10938dbd Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 20 Aug 2026 09:30:20 +0200 Subject: [PATCH] add missing punctuation Also, unroll the sentence --- src/patterns.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/patterns.rst b/src/patterns.rst index a20ca8de..e8f3b0bd 100644 --- a/src/patterns.rst +++ b/src/patterns.rst @@ -107,8 +107,7 @@ match all possible values of a :t:`type`. An :t:`irrefutable pattern` is a :t:`pattern` that always matches any :t:`value` of its :t:`type`. :dp:`fls_uq7ftuuq1sig` -A :t:`refutable pattern` is a :t:`pattern` that has a possibility of not -matching a :t:`value` of its :t:`type` +A :t:`refutable pattern` is a :t:`pattern` that has a possibility of not matching a :t:`value` of its :t:`type`. :dp:`fls_mnbyt7jfYAZ9` A :t:`pattern` that is not an :t:`irrefutable pattern` is a