Skip to content

Commit 21c3f64

Browse files
authored
Fix doc rename struct to class (#2648)
Fix class declaration on the doc
1 parent 7fe8bb3 commit 21c3f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/generics/appendix-coherence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ this:
6767

6868
```
6969
package Container;
70-
struct HashSet(Key:! Hashable) { ... }
70+
class HashSet(Key:! Hashable) { ... }
7171
```
7272
7373
- A `Song` type is defined in package `SongLib`.

0 commit comments

Comments
 (0)