Skip to content

Commit

Permalink
encode angular brackets to fix gsdoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottola committed Sep 24, 2024
1 parent 8b64cf4 commit 1c5f581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Headers/Foundation/NSOperation.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ enum {
* Depending on the configuration of the queue, operations may be executed
* concurrently or serially.
*
* Worker threads are named "NSOperationQ_<number>" by default, but
* Worker threads are named "NSOperationQ_&lt;number&gt;" by default, but
* you can set a name for the queue using the -setName: method.
* The suffix "_<number>"" is automatically added to the thread name.
* The suffix "_&lt;number&gt;"" is automatically added to the thread name.
*/
GS_EXPORT_CLASS
@interface NSOperationQueue : NSObject
Expand Down

0 comments on commit 1c5f581

Please sign in to comment.