From 8a369f1fc6c9fb0028bf1deecde7fa7b60a9d1cb Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 6 Jun 2023 11:34:58 +0200 Subject: [PATCH] Fix doc comment --- crates/fj-window/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-window/src/lib.rs b/crates/fj-window/src/lib.rs index 88430ce9d..5b9f8b7a1 100644 --- a/crates/fj-window/src/lib.rs +++ b/crates/fj-window/src/lib.rs @@ -1,4 +1,4 @@ -//! # Fornjot Model Viewer +//! # Fornjot Window Abstraction //! //! [Fornjot] is an early-stage b-rep CAD kernel written in Rust. The kernel is //! split into multiple libraries that can be used semi-independently, and this