Skip to content

Commit 06b0879

Browse files
committed
fix typo
1 parent f38005d commit 06b0879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FAQs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ Issues:
3232
I choose `intptr_t` because it's a integer type which also can be used to hold
3333
a pointer value. Most of the time, we only need a integer to hold
3434
user-provided value, see `OPT_BIT` as example. If you want to provide a pointer
35-
which points a large amount of data, you can cast it to `intptr_t` and cast it
36-
back to original pointer in callback function.f
35+
which points to a large amount of data, you can cast it to `intptr_t` and cast
36+
it back to original pointer in callback function.

0 commit comments

Comments
 (0)