Merge pull request #127 from Ni3znajomy/master

Fix a typo in the documentation.
This commit is contained in:
Vincent Herbet 2014-08-29 22:04:14 +02:00
commit 39cf32879d

View File

@ -2582,7 +2582,7 @@ forward plugin_natives();
/** /**
* Registers a native. * Registers a native.
* *
* @note Stlye 0 natives call the handler in the following manner: * @note Style 0 natives call the handler in the following manner:
* *
* public native_handler(plugin_id, argc) * public native_handler(plugin_id, argc)
* *