Browse Source

Update README.md

Stas Denisov 6 years ago
parent
commit
c0282e1a1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -424,7 +424,7 @@ Contains constant fields.
 
 `Library.version` the current compatibility version relative to the native library.
 
-`Library.Initialize(Callbacks inits)` initializes the native library. Callbacks parameter is optional and should be used only with a custom memory allocator. Should be called before starting the work. Returns true on success or false on failure.
+`Library.Initialize(Callbacks callbacks)` initializes the native library. Callbacks parameter is optional and should be used only with a custom memory allocator. Should be called before starting the work. Returns true on success or false on failure.
 
 `Library.Deinitialize()` deinitializes the native library. Should be called after the work is done.