Skip to content

Commit 35bb4f5

Browse files
committed
add more text
1 parent 303ffa6 commit 35bb4f5

File tree

1 file changed

+2
-2
lines changed
  • crates/lad_backends/mdbook_lad_preprocessor/src

1 file changed

+2
-2
lines changed

crates/lad_backends/mdbook_lad_preprocessor/src/sections.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ impl IntoMarkdown for SectionItem<'_> {
434434
});
435435
}
436436
SectionItem::InstancesSummary { instances, ladfile } => {
437-
builder.heading(2, "Globals");
438-
437+
builder.heading(2, "Global Values");
438+
builder.text("Global values that are accessible anywhere inside scripts. You should avoid naming conflicts with these and trying to overwrite or edit them.");
439439
// make a table of instances as a quick reference, make them link to instance details sub-sections
440440

441441
// first build a non-static instance table

0 commit comments

Comments
 (0)