~ chicken-core (chicken-5) af7196d7d7a8566e5886255df9d31c41c9e6974c
commit af7196d7d7a8566e5886255df9d31c41c9e6974c
Author: Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun May 30 12:42:49 2021 +0200
Commit: Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun May 30 12:42:49 2021 +0200
manual/C interface: fix typo in example of C_i_pairp
diff --git a/manual/C interface b/manual/C interface
index b7deabff..b0617db1 100644
--- a/manual/C interface
+++ b/manual/C interface
@@ -1536,7 +1536,7 @@ The C version of {{(equal? a b)}}.
==== C_i_pairp
- [C function] C_word C_i_pair_p(C_word x)
+ [C function] C_word C_i_pairp(C_word x)
The C version of {{(pair? x)}}.
Trap