Skip to content

Commit 6d8ea50

Browse files
committed
Janitor: fix missing period in docs
As reported in slint-ui#8448
1 parent 35c972c commit 6d8ea50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/rs/slint/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
This crate is the main entry point for embedding user interfaces designed with
1212
[Slint](https://slint.rs/) in Rust programs.
1313
*/
14-
#![doc = i_slint_core_macros::slint_doc_str!("If you are new to Slint, start with the [Walk-through **tutorial**](slint:quickstart)")]
14+
#![doc = i_slint_core_macros::slint_doc_str!("If you are new to Slint, start with the [Walk-through **tutorial**](slint:quickstart).")]
1515
/*! If you are already familiar with Slint, the following topics provide related information.
1616
1717
## Topics

0 commit comments

Comments
 (0)