diff options
author | 2022-05-16 16:34:05 -0700 | |
---|---|---|
committer | 2022-05-16 16:34:05 -0700 | |
commit | 036eb2a9ed67822e18330f0b8c23e0fe702257fe (patch) | |
tree | 2a33f737057aedff97832bb20f207781252fbea6 | |
parent | 2eb889be89f1836070efa7dc61a308d5d6f0a53e (diff) | |
download | bun-036eb2a9ed67822e18330f0b8c23e0fe702257fe.tar.gz bun-036eb2a9ed67822e18330f0b8c23e0fe702257fe.tar.zst bun-036eb2a9ed67822e18330f0b8c23e0fe702257fe.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi - [Supported FFI types (`FFIType`)](#supported-ffi-types-ffitype) - [Strings (`CString`)](#strings-cstring) - [Returning a string](#returning-a-string) - - [Function pointers](#function-pointers) + - [Function pointers (`CFunction`)](#function-pointers-CFunction) - [Pointers](#pointers) - [Passing a pointer](#passing-a-pointer) - [Reading pointers](#reading-pointers) |