Janitor: fix missing period in docs

As reported in #8448
This commit is contained in:
Olivier Goffart 2025-05-19 15:52:23 +02:00
parent 35c972c227
commit 6d8ea50f40

View file

@ -11,7 +11,7 @@
This crate is the main entry point for embedding user interfaces designed with
[Slint](https://slint.rs/) in Rust programs.
*/
#![doc = i_slint_core_macros::slint_doc_str!("If you are new to Slint, start with the [Walk-through **tutorial**](slint:quickstart)")]
#![doc = i_slint_core_macros::slint_doc_str!("If you are new to Slint, start with the [Walk-through **tutorial**](slint:quickstart).")]
/*! If you are already familiar with Slint, the following topics provide related information.
## Topics