tiny fixes to code.md(#856)

This commit is contained in:
Itay Cohen 2018-10-19 15:11:37 +03:00 committed by GitHub
parent 989555872e
commit 9174fd6278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
This page shows some hints about the coding conventions. This page shows some hints about the coding conventions.
*Disclaimer: It is a work and progress and we will provide soon a fully documented API.* *Disclaimer: It is a work in progress and we will provide soon a fully documented API.*
## Coding advices ## Coding advices
@ -33,7 +33,7 @@ Never ever call `cmd("s offset")`;
Example: Example:
```c++ ```c++
Core()->seek(0xdeadbeef); Core()->seek(0x00C0FFEE);
``` ```
### Creating a widget ### Creating a widget