Skip to content

Commit 4eb0a69

Browse files
committed
Exports: Fix typo
1 parent e5a2d1a commit 4eb0a69

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)