Skip to content

Commit

Permalink
Fix doc layout (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtereshkov committed Jan 15, 2024
1 parent 12a7bb8 commit 7a8f13e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.

Expand All @@ -320,5 +319,4 @@ Example:
```
UmkaAPI *api = umkaGetAPI(umka);
char *s = api->umkaMakeStr(umka, "Hello");
```

0 comments on commit 7a8f13e

Please sign in to comment.