Skip to content

Commit

Permalink
Fix typo in docs/api_full.md
Browse files Browse the repository at this point in the history
Fixes #202
  • Loading branch information
luzpaz authored and evpobr committed Nov 3, 2023
1 parent 22bd06e commit c7a54e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_full.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ int src_set_ratio (SRC_STATE *state, double new_ratio) ;
```
When using the **src_process** or **src_callback_process** APIs and updating the
**src_ratio** field of the **SRC_STATE** struct, the library will try to
**src_ratio** field of the **SRC_DATA** struct, the library will try to
smoothly transition between the conversion ratio of the last call and the
conversion ratio of the current call.
Expand Down

0 comments on commit c7a54e2

Please sign in to comment.