From 81fe573a56e76dcd6066a632d1831d49d274b469 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 30 May 2022 09:30:44 -0400 Subject: fix list items --- docs/guide/type.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'docs/guide') diff --git a/docs/guide/type.md b/docs/guide/type.md index 839970b8..3a7db975 100644 --- a/docs/guide/type.md +++ b/docs/guide/type.md @@ -184,18 +184,19 @@ Binary Ninja provides a flexible API for creating and defining types explicitly. ## Simple Type Creation There are a number of different type objects available for creation: -* Integer Types -* Characters Types (technically an integer) -* Wide Characters Types (also technically an integer) -* Boolean (guess what? also technically an integer) -* Float Types (definitely not an integer) -* Pointers -* Void (like an integer but if its size was zero) -* Functions -* Arrays -* Enumeration (kind of an integer) -* Structures (probably has integers in it) -* Type Definitions + +- Integer Types +- Characters Types (technically an integer) +- Wide Characters Types (also technically an integer) +- Boolean (guess what? also technically an integer) +- Float Types (definitely not an integer) +- Pointers +- Void (like an integer but if its size was zero) +- Functions +- Arrays +- Enumeration (kind of an integer) +- Structures (probably has integers in it) +- Type Definitions ### Creating Types Using the Type Parser -- cgit v1.3.1