Did anyone notice the quote sign bugs in the demo code?

Today I was searching for some watchOS code, and came across this WWDC22 demo. But I found out there are some quote sign bugs in the demo code (go to the code section and scroll down) like this:

...
                y: .value(
                    “Completed", 
                    dataPoint.itemsComplete)
            )
...

It is so obvious that the code block even displays the code after those signs with a different color. There are 4 such code bugs in that page. Looks like the guy who wrote the code pasted that for 3 times and never noticed that lol.

Replies

Thanks for bringing this to our attention. It wasn't a guy who wrote that code, but I'm assuming that like the formatting issue in a tool that's designed more for presentation than coding‚ the mistake was unintentional.