lacking "as" :-D

This commit is contained in:
Stefano D'Angelo 2022-12-03 13:11:08 +01:00
parent c1a6839a60
commit 33222e3a37
3 changed files with 3 additions and 3 deletions

View File

@ -140,7 +140,7 @@ static inline void bw_env_follow_set_release_tau(bw_env_follow_coeffs *BW_RESTRI
* ```>>> */
static inline float bw_env_follow_get_y_z1(const bw_env_follow_state *BW_RESTRICT state);
/*! <<<```
* Returns the last output sample stored in `state`.
* Returns the last output sample as stored in `state`.
* }}} */
/*** Implementation ***/

View File

@ -206,7 +206,7 @@ static inline bw_env_gen_phase bw_env_gen_get_phase(const bw_env_gen_state *stat
* ```>>> */
static inline float bw_env_gen_get_y_z1(const bw_env_gen_state *state);
/*! <<<```
* Returns the last output sample stored in `state`.
* Returns the last output sample as stored in `state`.
* }}} */
/*** Implementation ***/

View File

@ -258,7 +258,7 @@ static inline void bw_one_pole_set_sticky_mode(bw_one_pole_coeffs *BW_RESTRICT c
* ```>>> */
static inline float bw_one_pole_get_y_z1(const bw_one_pole_state *BW_RESTRICT state);
/*! <<<```
* Returns the last output sample stored in `state`.
* Returns the last output sample as stored in `state`.
* }}} */
/*** Implementation ***/