From 1f5adec2c18712c89eb1692458fcf5d6514bff42 Mon Sep 17 00:00:00 2001 From: "William E. Byrd" Date: Thu, 1 Feb 2024 11:37:57 -0500 Subject: [PATCH] Update debug.stex to fix link to "How to Debug Chez Scheme Programs". (#800) * Correct description of TLC inspector objects --- csug/debug.stex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csug/debug.stex b/csug/debug.stex index 2cd870e9f..1fe10b49a 100644 --- a/csug/debug.stex +++ b/csug/debug.stex @@ -26,7 +26,7 @@ the tutorial ``How to Debug Chez Scheme Programs.'' HTML and PDF versions % of the tutorial are available at -\hyperlink{http://www.cs.indiana.edu/chezscheme/debug/}{http://www.cs.indiana.edu/chezscheme/debug/}. +\hyperlink{https://scheme.com/debug/debug.html}{https://scheme.com/debug/debug.html}. \section{Tracing\label{SECTDEBUGTRACING}} @@ -1058,7 +1058,7 @@ returns the symbol \scheme{box}. returns an inspector object containing the contents of the box. \instype{TLC} -Box inspector objects contain {\ChezScheme} boxes. +TLC inspector objects contain {\ChezScheme} transport link cells. \insmsg{tlc}{\scheme{'type}} returns the symbol \scheme{tlc}.