Skip to content
New issue

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

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

Already on GitHub? # to your account

fix typo in explanatory text around simple interpretations #73

Merged
merged 1 commit into from
Jan 31, 2025
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 spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ <h2>Simple Interpretations</h2>
is a set of pairs which identify the arguments for which the property is true,
that is, a binary relational extension.</p>

<p>The distinction between IR and IL will become significant below when the semantics of datatypes are defined.
<p>The distinction between IS and IL will become significant below when the semantics of datatypes are defined.
IL is allowed to be partial because some literals may fail to have a referent. </p>

<p class="technote">It is conventional to map a relation name to a relational extension directly.
Expand Down
Loading