Pull request: ohai / sdl2referencejp @ Fix-UnionRect to sdl2referencejp / sdl2referencejp @ master

--- a/SDL_UnionRect.html
+++ b/SDL_UnionRect.html
@@ -12,14 +12,14 @@
1212 <a href="index.html">目次</a> - <a href="ApiByCategory.html">API(機能別)</a> - <a href="CategoryRect.html">領域</a> - SDL_UnionRect
1313 <hr>
1414 <h1>SDL_UnionRect</h1>
15-2つの長方形が重なる部分の長方形を求める
15+2つの長方形の両方を含む(最小の)長方形を求める
1616 <h2>構文</h2>
1717 <code>void SDL_UnionRect(const SDL_Rect* A, const SDL_Rect* B, SDL_Rect* result)</code>
1818 <h2>引数</h2>
1919 <table border="1" summary="SDL_UnionRect">
2020 <tr><td>A</td><td>1番目の<a href="SDL_Rect.html">SDL_Rect</a></td></tr>
2121 <tr><td>B</td><td>2番目の<a href="SDL_Rect.html">SDL_Rect</a></td></tr>
22-<tr><td>result</td><td>AとBの重なる部分の<a href="SDL_Rect.html">SDL_Rect</a>を代入するポインタ</td></tr>
22+<tr><td>result</td><td>AとBの両方を含むような<a href="SDL_Rect.html">SDL_Rect</a>を代入するポインタ</td></tr>
2323 </table>
2424 <h2>SDL Wikiへのリンク</h2>
2525 <a href="https://wiki.libsdl.org/SDL_UnionRect">SDL_UnionRect - SDL Wiki</a>