Skip to content

Commit 88c18a4

Browse files
committed
Fix english grammar errors
1 parent 1aee0bb commit 88c18a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xml/issue4264.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ template<class F> constexpr function_ref(F&&) noexcept;
195195
</pre>
196196
<blockquote>
197197
[&hellip;]
198-
<p>-7- <i>Effects</i>:
198+
<p>
199+
-7- <i>Effects</i>:
199200
Initializes <tt><i>bound-entity</i></tt> with <tt>addressof(f)</tt>
200201
and <tt><i>thunk-ptr</i></tt> with the address of a function <tt><i>thunk</i></tt> such that
201202
<tt><i>thunk</i>(<i>bound-entity</i>, <i>call-args</i>...)</tt> is expression-equivalent
@@ -204,7 +205,7 @@ and <tt><i>thunk-ptr</i></tt> with the address of a function <tt><i>thunk</i></t
204205
</p>
205206
<p>
206207
<ins>-?- <i>Remarks</i>:
207-
If <tt>remove_cveref_t&lt;F&gt;</tt> is specialization of <tt>function_ref</tt> implementation
208+
If <tt>remove_cveref_t&lt;F&gt;</tt> is a specialization of <tt>function_ref</tt> an implementation
208209
may initialize <tt><i>bound-entity</i></tt> with <tt><i>bound-entity</i></tt> of <tt>f</tt>.
209210
[<i>Example:</i>:</ins>
210211
</p>

0 commit comments

Comments
 (0)