From c087d1744ca1528e12ed4cb94c1e2f892c8b7589 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Tue, 21 Feb 2023 12:24:16 +0000
Subject: [PATCH] docs: add extra .

---
 build.rs        | 2 +-
 src/gen/mock.rs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.rs b/build.rs
index 8783e95a..32323375 100644
--- a/build.rs
+++ b/build.rs
@@ -52,7 +52,7 @@ fn main() {
         .open(dest_path)
         .unwrap_or_else(|_| panic!("Can't open '{}'", BUILD_OUT_FILE));
 
-    let module_doc_string = "//! Global constants, such as compiler version used, features, platform information and others\n";
+    let module_doc_string = "//! Global constants, such as compiler version used, features, platform information and others.\n";
     writeln!(file, "{}", module_doc_string).unwrap();
 
     let generated_annotation = "// @generated\n";
diff --git a/src/gen/mock.rs b/src/gen/mock.rs
index 40df49e7..5a9b8dde 100644
--- a/src/gen/mock.rs
+++ b/src/gen/mock.rs
@@ -1,4 +1,4 @@
-//! Global constants, such as compiler version used, features, platform information and others
+//! Global constants, such as compiler version used, features, platform information and others.
 
 pub const COMPILATION_DATE: &str = "-";
 pub const COMPILATION_TIME: &str = "-";
-- 
GitLab