From e9a6fd2673ba2de4579d30aab9cca25832660d02 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 18 Apr 2016 20:14:06 -0700 Subject: [PATCH] rename `#:splice` to `#:splice?` --- pollen/private/ts.rktd | 2 +- pollen/scribblings/third-tutorial-files/template.html.p | 2 +- pollen/scribblings/tutorial-third.scrbl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 8251a45..04d5d85 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1460992088 +1461035646 diff --git a/pollen/scribblings/third-tutorial-files/template.html.p b/pollen/scribblings/third-tutorial-files/template.html.p index 8c5fd15..f93435a 100644 --- a/pollen/scribblings/third-tutorial-files/template.html.p +++ b/pollen/scribblings/third-tutorial-files/template.html.p @@ -4,7 +4,7 @@ ◊select['h1 doc] by T. S. Eliot -◊(->html doc #:splice #t) +◊(->html doc #:splice? #t) ◊(define prev-page (previous here)) ◊when/splice[prev-page]{ } diff --git a/pollen/scribblings/tutorial-third.scrbl b/pollen/scribblings/tutorial-third.scrbl index 299c091..16f1351 100644 --- a/pollen/scribblings/tutorial-third.scrbl +++ b/pollen/scribblings/tutorial-third.scrbl @@ -840,7 +840,7 @@ In this project, we want to end up with HTML, so our source files will be called ◊select['h1 doc] by T. S. Eliot -◊(->html doc #:splice #t) +◊(->html doc #:splice? #t) ◊(define prev-page (previous here)) ◊when/splice[prev-page]{ }