From 320271073f16fa328b90e0659d46a465a837f20d Mon Sep 17 00:00:00 2001 From: Rihi <19492038+rihi@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:18:16 +0100 Subject: [PATCH] Fix swapped documentation Co-authored-by: ebehner --- decompiler/util/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decompiler/util/default.json b/decompiler/util/default.json index 5ef9251af..e2eedadac 100644 --- a/decompiler/util/default.json +++ b/decompiler/util/default.json @@ -429,8 +429,8 @@ "none" ], "enumDescriptions": [ - "Swap branches, so that the true branch is the larger one length wise.", "Swap branches, so that the true branch is the smaller one length wise.", + "Swap branches, so that the true branch is the larger one length wise.", "Don't swap branches based on length." ], "description": "Swap branches of if-else structures based on the given criteria",