Skip to content

Commit 0469e10

Browse files
committed
docs: Update lib docs
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 2020814 commit 0469e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ pub fn php_module(args: TokenStream, input: TokenStream) -> TokenStream {
572572
///
573573
/// The rest of the options are passed as separate attributes:
574574
///
575-
/// - `#[php(defaults(i = 5, b = "hello")]` - Sets the default value for
575+
/// - `#[php(defaults(i = 5, b = "hello"))]` - Sets the default value for
576576
/// parameter(s).
577577
/// - `#[php(optional = i)]` - Sets the first optional parameter. Note that this
578578
/// also sets the remaining parameters as optional, so all optional parameters

0 commit comments

Comments
 (0)