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 Reply

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

Replies

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