Correct documentation

This commit is contained in:
Gregory John Casamento 2022-03-23 12:32:00 -04:00
parent 42b843415e
commit e8a936dfe4

View file

@ -66,7 +66,7 @@ APPKIT_EXPORT_CLASS
+ (NSArray *) movieUnfilteredPasteboardTypes;
/**
* Examines the data on the pasteboard and determins if NSMovie can initialize with it
* Returns YES, if NSMovie can initialize with the data on the pasteboard
*/
+ (BOOL) canInitWithPasteboard: (NSPasteboard *)pasteboard;