summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c900e39..feb00f0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -350,7 +350,7 @@ Now with explicit outputs:
350 let mut ct = Crimtag::new(); 350 let mut ct = Crimtag::new();
351 if let Err(e) = ct.load_static(r#"Looping code: 351 if let Err(e) = ct.load_static(r#"Looping code:
352[|view "index"|>We will enumerate people here:[|loop people|> 352[|view "index"|>We will enumerate people here:[|loop people|>
353 - [|show last_name|], [|show first_name|]: [|show title|]<|loop|] 353 - [|show last_name|], [|show first_name|]: [|show title|] [|loop tags|> [|show tag|]<|loop|] <|loop|]
354<|view|] 354<|view|]
355"#) { 355"#) {
356 println!("Error: {:?}", e ); 356 println!("Error: {:?}", e );