Skip to content

Commit 7a8f13e

Browse files
committed
Fix doc layout (#333)
1 parent 12a7bb8 commit 7a8f13e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ A set of pointers to all Umka API functions. For any function `umkaXXXX()`, ther
311311

312312
```
313313
static inline UmkaAPI *umkaGetAPI(void *umka);
314-
315314
```
316315
Returns Umka API function pointers. Here, `umka` is the interpreter instance handle previously initialized by calling `umkaInit()`.
317316

@@ -320,5 +319,4 @@ Example:
320319
```
321320
UmkaAPI *api = umkaGetAPI(umka);
322321
char *s = api->umkaMakeStr(umka, "Hello");
323-
324322
```

0 commit comments

Comments
 (0)