From 9534af463affbd4be8f4d77201e5504193f90969 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 2 Jun 2014 11:41:49 -0700 Subject: [PATCH] adjustment to docs --- txexpr/scribblings/txexpr.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txexpr/scribblings/txexpr.scrbl b/txexpr/scribblings/txexpr.scrbl index 0f79d01..e58e9aa 100644 --- a/txexpr/scribblings/txexpr.scrbl +++ b/txexpr/scribblings/txexpr.scrbl @@ -10,7 +10,7 @@ @author[(author+email "Matthew Butterick" "mb@mbtype.com")] -@defmodule[#:multi (txexpr (submod txexpr safe))] +@defmodule*[(txexpr (submod txexpr safe))] A set of small but handy functions for improving the readability and reliability of programs that operate on tagged X-expressions (for short, @italic{txexpr}s).