diff --git a/doc/api.md b/doc/api.md index bc564fb0..08c704fb 100644 --- a/doc/api.md +++ b/doc/api.md @@ -311,7 +311,6 @@ A set of pointers to all Umka API functions. For any function `umkaXXXX()`, ther ``` static inline UmkaAPI *umkaGetAPI(void *umka); - ``` Returns Umka API function pointers. Here, `umka` is the interpreter instance handle previously initialized by calling `umkaInit()`. @@ -320,5 +319,4 @@ Example: ``` UmkaAPI *api = umkaGetAPI(umka); char *s = api->umkaMakeStr(umka, "Hello"); - ``` \ No newline at end of file