From 6805939c6661a2f69f39e4d1789219c742debfa9 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Thu, 28 Sep 2023 01:05:58 -0700 Subject: [PATCH] Add missing paren in example --- manual/src/tricky_cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/tricky_cases.md b/manual/src/tricky_cases.md index 84224a9ac..f722843ec 100644 --- a/manual/src/tricky_cases.md +++ b/manual/src/tricky_cases.md @@ -89,7 +89,7 @@ This case is similar to the expanding delimiter case. (foo (novel) (bar)) ``` -Desired result: (foo (novel) (bar) +Desired result: (foo (novel) (bar)) It is easy to end up with (foo (novel) (bar)),