diff --git a/index.html b/index.html index b1a8801..087f075 100644 --- a/index.html +++ b/index.html @@ -995,7 +995,7 @@

Output
- A PresentationRequest object + A new PresentationRequest object
    @@ -1064,7 +1064,7 @@

    Output
    - A {{Promise}} + A new {{Promise}}
      @@ -1320,7 +1320,7 @@

      Output
      - P, a {{Promise}} + P, a new {{Promise}}
        @@ -1614,17 +1614,12 @@

        Output
        - A {{Promise}} + A new {{Promise}}
          -
        1. If there is an unsettled {{Promise}} from a previous call to - getAvailability on - presentationRequest, return that {{Promise}} and abort - these steps. -
        2. -
        3. Otherwise, let P be a new {{Promise}} constructed in - the JavaScript realm of presentationRequest. +
        4. Let P be a new {{Promise}} constructed in the + JavaScript realm of presentationRequest.
        5. Return P, but continue running these steps in parallel.