Skip to content

Commit c9b6640

Browse files
committed
Merge pull request #3 from jaredhoberock/master
uless -> unless
2 parents a287996 + 3b41d70 commit c9b6640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution_policies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h1><code>execution_policy</code> construct/assign</h1>
207207
<cxx-returns><code>*this</code>.
208208

209209
<cxx-remarks>
210-
This operator shall not partipate in overload resolution uless
210+
This operator shall not partipate in overload resolution unless
211211
<code>is_execution_policy&lt;T&gt;::value</code> is <code>true</code>.
212212
</cxx-remarks>
213213
</cxx-function>

0 commit comments

Comments
 (0)