aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-12-06 16:08:46 +0000
committergingerBill <gingerBill@users.noreply.github.com>2025-12-06 16:08:46 +0000
commit3f354a4717445f019f0eebe0de79b73bf7434801 (patch)
treee1c5cbd854fd09b61380d11b1a216363ae8069c6 /core
parent404f0d6e64e04c6fe0bda80971178ff5c6b60cf4 (diff)
Modify IMPORTANT NOTE from `os2`
Diffstat (limited to 'core')
-rw-r--r--core/os/os2/doc.odin6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/os/os2/doc.odin b/core/os/os2/doc.odin
index e413ef186..86dcbc452 100644
--- a/core/os/os2/doc.odin
+++ b/core/os/os2/doc.odin
@@ -5,7 +5,7 @@
// Features not generally available appear in the system-specific packages under core:sys/*.
//
//
-// IMPORTANT NOTE from Bill: this is purely a mockup of what I want the new package os to be, and NON-FUNCTIONING.
-// It is not complete but should give designers a better idea of the general interface and how to write things.
-// This entire interface is subject to change.
+// IMPORTANT NOTE from Bill: This package is not fully complete yet but should give designers a better idea of the general
+// interface and how to write things. This entire interface is subject to change, but mostly working still.
+// When things are finalized, this message will be removed.
package os2