Skip to content

Commit b451d60

Browse files
committed
URL formatting
1 parent 7d40ca5 commit b451d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zend/ini_entry_def.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Builder for creating inis and methods in PHP.
2-
//! See https://www.phpinternalsbook.com/php7/extensions_design/ini_settings.html for details.
2+
//! See <https://www.phpinternalsbook.com/php7/extensions_design/ini_settings.html> for details.
33
44
use std::{ffi::CString, os::raw::c_char, ptr};
55

0 commit comments

Comments
 (0)