From a4c38d7d69cf0556edeff561fe17eece5ec66c21 Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Thu, 5 Jun 2025 22:11:54 +0200 Subject: [PATCH] README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1cfb68..fa21ee2 100644 --- a/README.md +++ b/README.md @@ -626,7 +626,7 @@ val asbtract_tree = p.parse (token_vector, syntax_error); ``` * The variable `v` in C code will be of type `val_t`. The function - `f` in C code will have teh following prototype + `f` in C code will have the following prototype ``` val_t f (int npars, val_t *args);