Skip to content

Commit

Permalink
Update lib.rs (davidcole1340#168)
Browse files Browse the repository at this point in the history
Correct field name.

[ci skip]
  • Loading branch information
denzyldick authored Oct 22, 2022
1 parent 296c3ad commit ad048d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
///
/// ```
Expand Down

0 comments on commit ad048d0

Please sign in to comment.