Fixed docs link for ZendString

This commit is contained in:
David Cole 2021-05-21 15:14:17 +12:00
parent f4d0bd7ea9
commit 4946613b5d

View File

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