Skip to content

Commit

Permalink
Fix some respec errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Feb 5, 2024
1 parent f182ffc commit 9388e99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
};
</script>
</head>
<body data-cite="payment-method-id contact-api">
<body data-cite="payment-method-id contact-picker">
<h1 id="title">
Payment Request API 1.1
</h1>
Expand Down Expand Up @@ -3095,7 +3095,7 @@ <h2>
</pre>
<p>
An {{AddressInit}} is passed when
[=ContactAddress.ContactAddress()|constructing=] a
constructing a
{{ContactAddress}}. Its members are as follows.
</p>
<dl data-dfn-for="AddressInit" data-sort="ascending">
Expand Down Expand Up @@ -3405,8 +3405,8 @@ <h2>
|details|.{{AddressInit/sortingCode}} to the user-provided sorting
code.
</li>
<li>[=ContactAddress.ContactAddress()|Internally construct a new
`ContactAddress`=] with |details| and return the result.
<li>Internally construct a new
{{ContactAddress}} with |details| and return the result.
</li>
</ol>
</section>
Expand Down

0 comments on commit 9388e99

Please sign in to comment.