Skip to content

Commit 51ff726

Browse files
committed
chore: fix lint error
1 parent 6973d29 commit 51ff726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zend/globals.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ impl SapiGlobals {
562562
}
563563
}
564564

565-
/// Stores SAPI headers. Exposed through SapiGlobals.
565+
/// Stores SAPI headers. Exposed through `SapiGlobals`.
566566
pub type SapiHeaders = sapi_headers_struct;
567567

568568
impl<'a> SapiHeaders {

0 commit comments

Comments
 (0)