Merge pull request #126 from hobbitalastair/master

s/memset/memcpy/ - typo fix in documentation
This commit is contained in:
Micha Mettke 2016-05-10 21:56:48 +02:00
commit a91f801ae2

View File

@ -138,7 +138,7 @@ OPTIONAL DEFINES:
replacement. If not nuklear will use its own version.
NK_MEMCOPY
You can define this to 'memcpy' or your own memset implementation
You can define this to 'memcpy' or your own memcpy implementation
replacement. If not nuklear will use its own version.
NK_SQRT