Skip to content

Commit 4946613

Browse files
committed
Fixed docs link for ZendString
1 parent f4d0bd7 commit 4946613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/types/string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl ZendString {
7474
}
7575

7676
/// Releases the Zend string, returning the raw pointer to the `zend_string` object
77-
/// and consuming the internal Rust [`NewZendString`] container.
77+
/// and consuming the internal Rust [`ZendString`] container.
7878
pub fn release(mut self) -> *mut zend_string {
7979
self.free = false;
8080
self.ptr

0 commit comments

Comments
 (0)