From 99400a6121a8709e2f9c1464ae92cb5de2fe2724 Mon Sep 17 00:00:00 2001 From: minaminao Date: Tue, 30 Aug 2022 09:35:12 +0900 Subject: [PATCH] Fix typo --- docs/internals/optimizer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/optimizer.rst b/docs/internals/optimizer.rst index 97a250eed..5ad0f19e5 100644 --- a/docs/internals/optimizer.rst +++ b/docs/internals/optimizer.rst @@ -683,7 +683,7 @@ Conflicting values are resolved in the following way: - "unused", "undecided" -> "undecided" - "unused", "used" -> "used" -- "undecided, "used" -> "used" +- "undecided", "used" -> "used" For for-loops, the condition, body and post-part are visited twice, taking the joining control-flow at the condition into account.