Skip to content

Commit

Permalink
Fix swapped documentation
Browse files Browse the repository at this point in the history
Co-authored-by: ebehner <[email protected]>
  • Loading branch information
rihi and ebehner authored Jan 24, 2024
1 parent f2b4092 commit 3202710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompiler/util/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3202710

Please sign in to comment.