Update lib.rs (#168)

Correct field name.

[ci skip]
This commit is contained in:
Denzyl Dick 2022-10-22 10:33:48 +02:00 committed by GitHub
parent 296c3add84
commit ad048d0e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ pub use ext_php_rs_derive::php_extern;
/// ```
///
/// Parameters can also be deemed optional by passing the parameter name in the
/// attribute options. This function takes one required parameter (`hello`) and
/// attribute options. This function takes one required parameter (`name`) and
/// two optional parameters (`description` and `age`).
///
/// ```