Skip to content

Commit c19fed3

Browse files
Exports: Fix typo (#114)
Co-authored-by: Ethan McCue <[email protected]>
1 parent 35bc531 commit c19fed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/exports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package sky;
3333
// But classes within other packages of
3434
// the "reality" module can see it just fine.
3535
public class Cloud {
36-
private final YelloCarpet fabricOfExistence
36+
private final YellowCarpet fabricOfExistence
3737
= new YellowCarpet();
3838
3939
// ...

0 commit comments

Comments
 (0)