Fix class declaration on the doc
@@ -67,7 +67,7 @@ this:
```
package Container;
- struct HashSet(Key:! Hashable) { ... }
+ class HashSet(Key:! Hashable) { ... }
- A `Song` type is defined in package `SongLib`.