Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down