From addef0878d1d0ba2fbf329ff98a62f9150a9c7d9 Mon Sep 17 00:00:00 2001 From: Aaron Kutch Date: Mon, 4 Dec 2023 11:52:36 -0600 Subject: [PATCH] Update lib.rs --- starlight/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starlight/src/lib.rs b/starlight/src/lib.rs index 86f2a8fd..922881ed 100644 --- a/starlight/src/lib.rs +++ b/starlight/src/lib.rs @@ -1,4 +1,4 @@ -//! This is a WIP Hardware design language that works as a Rust program. +//! This is a WIP Hardware design language that is coded as an ordinary Rust program. //! Currently, just combinational logic is well supported. The temporal structs //! need more development. //!