Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo in CSUG. #817

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion csug/system.stex
Original file line number Diff line number Diff line change
Expand Up @@ -5211,7 +5211,7 @@ The procedure \scheme{object-backreferences} returns a list of
backreference lists. Each backreference list is a list of pairs, where
the \scheme{car} of the pair is a referenced object, and the
\scheme{cdr} of the pair is either \scheme{#f} or a value that caused
the \scheme{car}'s value or be retained during collection. The
the \scheme{car}'s value to be retained during collection. The
\scheme{cdr} of a backreference pair is \scheme{#f} if the object in
the \scheme{car} is retained by a root reference within the system's
implementation or static generation. By locating the \scheme{cdr} of
Expand Down