Doc formatting.

This commit is contained in:
Stephen Chung
2020-10-03 18:49:11 +08:00
parent fbfb7677c1
commit 1e13e6be5f
7 changed files with 26 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ use crate::stdlib::{
string::{String, ToString},
};
/// [INTERNALS] Error encountered when tokenizing the script text.
/// _[INTERNALS]_ Error encountered when tokenizing the script text.
/// Exported under the `internals` feature only.
///
/// ## WARNING