From 1c5f581a46ed3e80aab1dbc7c8e33237da0ff4e9 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Tue, 24 Sep 2024 11:39:47 +0200 Subject: [PATCH] encode angular brackets to fix gsdoc error --- Headers/Foundation/NSOperation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Headers/Foundation/NSOperation.h b/Headers/Foundation/NSOperation.h index ad1275582..331c50af0 100644 --- a/Headers/Foundation/NSOperation.h +++ b/Headers/Foundation/NSOperation.h @@ -231,9 +231,9 @@ enum { * Depending on the configuration of the queue, operations may be executed * concurrently or serially. * - * Worker threads are named "NSOperationQ_" by default, but + * Worker threads are named "NSOperationQ_<number>" by default, but * you can set a name for the queue using the -setName: method. - * The suffix "_"" is automatically added to the thread name. + * The suffix "_<number>"" is automatically added to the thread name. */ GS_EXPORT_CLASS @interface NSOperationQueue : NSObject