Skip to content

Commit c7a54e2

Browse files
luzpazevpobr
authored andcommitted
Fix typo in docs/api_full.md
Fixes #202
1 parent 22bd06e commit c7a54e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api_full.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ int src_set_ratio (SRC_STATE *state, double new_ratio) ;
133133
```
134134
135135
When using the **src_process** or **src_callback_process** APIs and updating the
136-
**src_ratio** field of the **SRC_STATE** struct, the library will try to
136+
**src_ratio** field of the **SRC_DATA** struct, the library will try to
137137
smoothly transition between the conversion ratio of the last call and the
138138
conversion ratio of the current call.
139139

0 commit comments

Comments
 (0)