From 4eb0a698feeb3784097f8b54d926d56870be62fe Mon Sep 17 00:00:00 2001 From: Maia Everett Date: Sat, 30 Aug 2025 20:37:39 +0300 Subject: [PATCH] Exports: Fix typo --- src/modules/exports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/exports.md b/src/modules/exports.md index 05a3b66..02cfbc8 100644 --- a/src/modules/exports.md +++ b/src/modules/exports.md @@ -33,7 +33,7 @@ package sky; // But classes within other packages of // the "reality" module can see it just fine. public class Cloud { - private final YelloCarpet fabricOfExistence + private final YellowCarpet fabricOfExistence = new YellowCarpet(); // ...