Skip to content

Commit 00a6432

Browse files
committed
Alert users to the fact that there is no real character type.
1 parent a1960ef commit 00a6432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Binary Ninja provides a flexible API for creating and defining types explicitly.
114114
There are a number of different type objects available for creation:
115115

116116
- Integer Types
117-
- Characters Types (technically an integer)
117+
- ~~Characters Types (technically an integer)~~ ([just a 1-byte signed integer](https://github.com/Vector35/binaryninja-api/issues/5355))
118118
- Wide Characters Types (also technically an integer)
119119
- Boolean (guess what? also technically an integer)
120120
- Float Types (definitely not an integer)

0 commit comments

Comments
 (0)