We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296c3ad commit ad048d0Copy full SHA for ad048d0
src/lib.rs
@@ -244,7 +244,7 @@ pub use ext_php_rs_derive::php_extern;
244
/// ```
245
///
246
/// Parameters can also be deemed optional by passing the parameter name in the
247
-/// attribute options. This function takes one required parameter (`hello`) and
+/// attribute options. This function takes one required parameter (`name`) and
248
/// two optional parameters (`description` and `age`).
249
250
0 commit comments