summaryrefslogtreecommitdiff
path: root/docs/dev/flags.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/flags.md')
-rw-r--r--docs/dev/flags.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/flags.md b/docs/dev/flags.md
index 2aabd244..e87c6a2d 100644
--- a/docs/dev/flags.md
+++ b/docs/dev/flags.md
@@ -182,9 +182,9 @@ This also means that you can mark instructions as producers of a group of many f
You, the architecture author:
* inform Binja of your architecture's flags by defining:
- * flag names
- * flag "roles" which are just their textbook behavior, if they qualify
- * flag "write types" which groups of flags often set together
+ * flag names
+ * flag "roles" which are just their textbook behavior, if they qualify
+ * flag "write types" which groups of flags often set together
* assign instructions as flag **producers** by passing `flag=` keyword parameter during lifting
* assign instructions as flag **consumers** by passing IL flag expressions as operands during lifting