diff options
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/annotation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/annotation.md b/docs/dev/annotation.md index 81a91424..7cacced0 100644 --- a/docs/dev/annotation.md +++ b/docs/dev/annotation.md @@ -46,7 +46,7 @@ Valid symbol types [include](https://api.binary.ninja/binaryninja.enums.SymbolTy ## Tags -The tags API has been reworked in 3.4 to be easier to use an understand. +The tags API has been reworked in 3.4 to be easier to use and understand. ### TagTypes @@ -88,7 +88,7 @@ Function tags are tags you create on a [Function](https://api.binary.ninja/binar >>> current_function.add_tag("Cheese", "This function smells funny") ``` -If you include an address when you call `Function.add_tag`, you'll create an address tag. These are good for labeling specific instructions. +If you include an address when you call `Function.add_tag`, you'll create an address tag. These are good for labeling specific instructions. ```py >>> current_function.add_tag("Bug", "This is comparing an unsigned number with a signed number!", 0xdeadbeef) |
