Skip to content

Commit

Permalink
Fix typo in docs/api.md (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4ckt3mh4ckt1c4s committed Oct 25, 2021
1 parent 83b4934 commit 50231d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -404,7 +404,7 @@ $ gdb -q -ex 'pi help(<ClassName>)' -ex quit
#### Generic ####

New GEF commands **must** inherit `GenericCommand`, have `_cmdline_` and
`_syntax_` attrivutes, and have a instance method `do_invoke(args)` defined.
`_syntax_` attributes, and have a instance method `do_invoke(args)` defined.

Other than that, new commands can enjoy all the GEF abstract layer
representation classes, such as:
Expand Down

0 comments on commit 50231d9

Please sign in to comment.