fixed some typos and grammar errors

This commit is contained in:
Titan Jamison 2023-03-18 15:57:17 -07:00
parent 3c15e7dc14
commit 8d517e9b97

View file

@ -371,7 +371,7 @@ instance, you need to cast it.</p>
<p>It works, but isnt usually used. Instead, <code>GTK_WINDOW</code>
macro is used.</p>
<div class="sourceCode" id="cb16"><pre class="sourceCode c"><code class="sourceCode c"><span id="cb16-1"><a href="#cb16-1" aria-hidden="true" tabindex="-1"></a>GTK_WINDOW <span class="op">(</span>win<span class="op">)</span></span></code></pre></div>
<p>The macro is recommended because it does not only cast but also check
<p>The macro is recommended because it does not only cast the pointer but it also checks
the type.</p>
<h4 id="connect-it-to-gtkapplication.">Connect it to
GtkApplication.</h4>