From f8cf2137df09045b6f18e0e7934cacece56d6ad3 Mon Sep 17 00:00:00 2001 From: Denzyl Dick <2477646+denzyldick@users.noreply.github.com> Date: Sat, 22 Oct 2022 10:15:29 +0200 Subject: [PATCH] Update lib.rs Correct field name. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f056133c88..41216a35bf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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`). /// /// ```