Skip to content

Typo in evaluation semantics of ToMultiSet #213

Closed
@pfps

Description

@pfps
Contributor

18.5.2 Evaluation Semantics

says

eval(D(G), ToMultiSet(L)) = ToMultiSet(eval(D), M))

shouldn't M be L here?

Activity

hartig

hartig commented on May 4, 2025

@hartig
Contributor

Good catch. In fact, there is another typo in there. It should be:

eval(D(G), ToMultiSet(L)) = ToMultiSet(eval(D(G), L))
changed the title [-]typo?[/-] [+]Typo in evaluation semantics of ToMultiSet[/+] on May 4, 2025
added
ErrataErrata management: confirmed erratum
on May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ErrataErrata management: confirmed erratum

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @afs@hartig@pfps

      Issue actions

        Typo in evaluation semantics of ToMultiSet · Issue #213 · w3c/sparql-query