Mistake found in Apple's documentation. How do I report it?

On line 15 of the second code block in Protecting data with actors, I'm pretty sure the code was supposed to be

assert(count.count == locations.count)

and not

assert(counter.count == locations.count)

It's a minor thing but I figured it should corrected. How/where do I report this?

Accepted Answer

Hi, you can file a bug report through Feedback Assistant. Thanks!

Mistake found in Apple's documentation. How do I report it?
 
 
Q