Skip to content

Commit ad048d0

Browse files
authored
Update lib.rs (#168)
Correct field name. [ci skip]
1 parent 296c3ad commit ad048d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ pub use ext_php_rs_derive::php_extern;
244244
/// ```
245245
///
246246
/// Parameters can also be deemed optional by passing the parameter name in the
247-
/// attribute options. This function takes one required parameter (`hello`) and
247+
/// attribute options. This function takes one required parameter (`name`) and
248248
/// two optional parameters (`description` and `age`).
249249
///
250250
/// ```

0 commit comments

Comments
 (0)