crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.22k stars 1.61k forks source link

Add `WaitGroup` to `docs_main.cr` #14624

Closed straight-shoota closed 1 month ago

straight-shoota commented 1 month ago

WaitGroup is missing from the API docs because it wasn't added to docs_main.cr.

This was the first new file with a public API added in a long time. I checked the git logs of the past years to see if we forgot anything else (I'd expect we would've noticed by now, but you might never know what's missing if you can't see it 🤷).

Follow-up to #14167