web engine - experimental web browser

Fix doc comment: as_ref -> as_cf_ref

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1 -1
+1 -1
crates/platform/src/cf.rs
··· 96 96 /// An owned CoreFoundation string that calls `CFRelease` on drop. 97 97 /// 98 98 /// Created from a Rust `&str` via [`CfString::new`]. The underlying 99 - /// `CFStringRef` can be borrowed with [`CfString::as_ref`] for passing 99 + /// `CFStringRef` can be borrowed with [`CfString::as_cf_ref`] for passing 100 100 /// to AppKit APIs. 101 101 pub struct CfString(NonNull<__CFString>); 102 102